-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ath existence This commit is necessary and not just to make the code cleaner, as http://localhost/YouTube-operational-API/channels?part=channels&id=UCNEKMkg_DG8eAyR1BNWsSvw used to have a fatal error for instance due to the absence of `🔍` tab. Verified exhaustiveness thanks to: ```sh grep -rw 'tabs' ``` Verified endpoints with: - http://localhost/YouTube-operational-API/channels?part=shorts&handle=@LeFatShow - http://localhost/YouTube-operational-API/channels?part=community&handle=@LeFatShow - http://localhost/YouTube-operational-API/channels?part=channels&handle=@LeFatShow - http://localhost/YouTube-operational-API/channels?part=about&handle=@LeFatShow - http://localhost/YouTube-operational-API/channels?part=playlists&handle=@LeFatShow Maybe this commit will make some channels not having some tabs to not return emptyness correctly. Also verified exhaustively the absence of `'n'` in JSON paths with `n` < 10.
- Loading branch information
1 parent
6cd2c46
commit 6287865
Showing
3 changed files
with
27 additions
and
36 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
6287865
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concerning the comment:
In fact there isn't any problem, as tested with:
ABOUT
section