matthewdias / hummingbird_list

a hummingbird.me plugin for flexget
MIT License
0 stars 1 forks source link

api changes and rebranding #1

Closed NikkyAI closed 7 years ago

NikkyAI commented 7 years ago

https://forums.hummingbird.me/t/kitsu-api-documentation/33367

i will try my best to make it work and then eventually push that too github, but you should be aware

NikkyAI commented 7 years ago

the hummingbird api is gone

matthewdias commented 7 years ago

I'm aware, but thanks for the notice. (That's actually my forum post lol). I've been using sonarr for awhile instead of flexget, but might come back and see how it is because contributing to sonarr is not a fun time 😅

NikkyAI commented 7 years ago

right.. i am blind.. how could i not see the name.. btw here is a working kitsu.io plugin https://gist.github.com/NikkyAI/b0f8249bed7fee0af667e31b5c745157 i will put that on my github soon and PR to flexget etc once i am convinced its solid (and they rolled out the v17 namespace)

matthewdias commented 7 years ago

@NikkyAI cool. be advised, v17 probably won't be out for a long time, but i don't think the library api will have any breaking changes before then. also, consider using authentication, because logged out requests to /library-entries won't include private entries.

NikkyAI commented 7 years ago

i will add t to the existing PR once there is more info about oauth in the docs and i can figure out how to use it in requests

NikkyAI commented 7 years ago

you could mention it here https://github.com/Flexget/Flexget/pull/1583

NikkyAI commented 7 years ago

https://flexget.com/Plugins/kitsu will be in the next release of flexget, it is loosely based on this plugin