iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.46k stars 1.85k forks source link

Routing: Deprecate old channel API routes #5045

Closed SamantazFox closed 2 weeks ago

SamantazFox commented 3 weeks ago

Deprecate the following routes:

in favor of:

Fijxu commented 3 weeks ago

Why remove them tho? The "deprecated" api routes won't be replaced by another routes so deleting them will just force everyone to change the route in their program.

This is to follow the same syntax that YouTube channels have right?

absidue commented 3 weeks ago

@Fijxu This doesn't add any new routes, it just removes undocumented routes. The old routes were removed from the documentation in this commit on the 14th of January 2023 https://github.com/iv-org/documentation/commit/dca939835c8a5909b450440be29006360d682eae, that is almost 2 years ago, which should be more than enough time for people to switch to the correct endpoints, especially considering that the "new" endpoints have existed for even longer than that.