Anilist support #6

Closed
opened 2026-07-07 21:20:46 +02:00 by vegardbm · 3 comments
Owner

It would be nice to have Anilist support.

It would be nice to have Anilist support.
vegardbm added the enhancement label 2026-07-07 21:20:46 +02:00
Author
Owner

While https://github.com/kunihir0/anilist-sdk seems cool, it is very new, uses swift 6.0 afaik, 0 stars and not popular at all. Maybe just use a GraphQL library instead? https://github.com/GraphQLSwift/GraphQL also only has support for 6.0 it seems. A bit unsure about https://github.com/maticzav/swift-graphql. I could also investigate updating swift.

While https://github.com/kunihir0/anilist-sdk seems cool, it is very new, uses swift 6.0 afaik, 0 stars and not popular at all. Maybe just use a GraphQL library instead? https://github.com/GraphQLSwift/GraphQL also only has support for 6.0 it seems. A bit unsure about https://github.com/maticzav/swift-graphql. I could also investigate updating swift.
Author
Owner

This turned out to be mostly a non-issue. Also i referenced a server schema thing, not what I actually wanted. Question is then if I should use the anilist-sdk or just rawdog JSON.

This turned out to be mostly a non-issue. Also i referenced a server schema thing, not what I actually wanted. Question is then if I should use the anilist-sdk or just rawdog JSON.
Author
Owner

So I checked that Package.swift for anilist-sdk, and it says .v6 for Swift and .v15 for iOS, which probably means I will not work for me.

So I checked that Package.swift for anilist-sdk, and it says .v6 for Swift and .v15 for iOS, which probably means I will not work for me.
Sign in to join this conversation.