N0D4N

Results 6 issues of N0D4N

Currently List Sync for manga syncs only read chapter count, score and status. It would be nice to have ability to sync read volumes count too, together with read chapter...

enhancement

Let's say i want to get only studios that are main for media from activity and i have simple [query](https://anilist.co/graphiql?query=%7B%0A%20%20Activity(id%3A%20259350345)%20%7B%0A%20%20%20%20...%20on%20ListActivity%20%7B%0A%20%20%20%20%20%20media%20%7B%0A%20%20%20%20%20%20%20%20id%20%23885%0A%20%20%20%20%20%20%20%20studios(isMain%3A%20true)%20%7B%0A%20%20%20%20%20%20%20%20%20%20nodes%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A) like this ```gql { Activity(id: 259350345) { ... on ListActivity...

There seem to be some missing info about user's favorite anime, manga and characters that is provided by MAL but is not returned from Jikan when requesting user's profile. *...

feature request

### Background and motivation Currently `ReadFromJsonAsync` method parameters follow pattern (with parameter names skipped): `this HttpContent, Type/*if it isn't generic overload*/, JsonSerializerOptions? = null /*or JsonSerializerContext or JsonTypeInfo*/, CancellationToken =...

area-System.Text.Json
api-ready-for-review

I have lots of favorited threads, but not so many favorite boards. However i visit favorite threads not so often as i switch between favorite boards. It would be nice...

**Is your feature request related to a problem? Please describe.** I want to be able to request a field or not request it based on data in runtime. Imagine scenario,...

enhancement