-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes issues 26 & 46. Added support for pagination * Clarified what getNextPath returns Co-authored-by: Yevgeniy Brikman <[email protected]> * Added Regex and test cases for getNextPath Used Regex to parse Link headers instead of splits and index arthemtic. getNextPath now returns `string` and `*FetchError`. * Add .iml files to .gitignore * Implement minor cleanup * Refactor code and tests * Make comment clearer Co-authored-by: mbal <[email protected]>
- Loading branch information
Showing
3 changed files
with
99 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters