This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] fix requests - [x] update exaple responses - [x] update typings - [x] update documentation / README - [x] rewrite tests closes #72 closes #83 closes #84 closes #100 # Porting code * request options for miniget were moved to `options#requestOptions` * nextpageRef was replaced by the continuation feature => check the README for more information * `pages` was added as a more request-efficient alternative to `limit` * `playlist#visibility#link_only` was renamed to `unlisted` * all thumbnails are now Objects of type `Image` featuring `url`, `width` and `height` properties - arrays of images are always sorted by descending resolution * all links have been renamed from `ref` to `url` to keep it consistend across all libraries * all snake_case variables were replaced by CamelCase * `response#result_items` is now `response#estimatedItemCount` * all users/channels feature both the `channelID` as well as a canonical `url`
- Loading branch information
Showing
57 changed files
with
25,051 additions
and
10,920 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
coverage | ||
.nyc_output | ||
dumps |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.