jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

A bunch of things #64

Closed agmbk closed 5 months ago

agmbk commented 5 months ago

I have here all the features I needed and implemented lately. I'm sorry to not present this in the nicest way possible. If you do want for me to adapt some things I could probably found the time to do so. I have implemented around 9 routes, mainly tv shows and configuration one. I did also fix a great amount of bugs regarding null values, missing fields and so on. I have greatly reduced the deserializer utility. I have fixed the tokio rate limit I had badly implemented. I have fixed the issue: https://github.com/jdrouet/tmdb-api/issues/63

jdrouet commented 5 months ago

hey thanks for this big PR. It's a bit too much to review at once. Do you mind splitting this in smaller PRs?