CurseProxy
CurseProxy copied to clipboard
kotlin/ktor service providing some utility and access to curse api
For some reason, API stopped working: URL https://curse.nikky.moe/api/addon/287323 returns `addon with id 287323 does not exist`. And it seems like other enpoints are broken too.
The certificate for https://curse.nikky.moe expired as of 2 days ago
The following graphql query (retrieving mods by their slug) doesn't seem to produce results anymore. ``` { addons(slug: "jei") { id } } ``` Response is `{ "data": { "addons":...
The query ```gql { addons(gameId: 432, category: "Fabric") { id dateModified } } ``` returns a list of 2998 mods, none of which have modifications after 2021-06-21.