Anilist support #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have Anilist support.
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.
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.
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.