hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.io
Apache License 2.0
2.09k stars 264 forks source link

Small user library API Call #759

Closed sachaw closed 7 years ago

sachaw commented 7 years ago

Since library calls can be quite large and not ideal to call on a page load, a small library call should be available removing the anime element and just leave an id for the series, which would allow caching of specific anime json that can be refined as need be without having one massive call.

NuckChorris commented 7 years ago

I'm not sure what you're asking for… the ability to load anime data separate from the library data? That's already in V3, and has been since November

sachaw commented 7 years ago

yea, just so the user/library call isn't like 200-800kb

NuckChorris commented 7 years ago

Makes sense. Yeah, in V3, the client controls all loading of associated objects and so can just not request the anime data. For things it doesn't have cached, it can do a mass load by filter[id]=1,3,7,8,9,10

sachaw commented 7 years ago

thanks, cant wait for V3.