itchio-api 0.0.2

Easily interact with the itch.io server-side API
Documentation

itchio-api

A simple crate to interact with the "server-side" API available on itch.io. Currently very much in a WIP state.

Supported endpoints

The request() method also allows you to send a get request anywhere on itch.io. You can use it if the endpoint you want to use isn't supported!

  • GET https://itch.io/api/1/KEY/credentials/info -> TODO
  • GET https://itch.io/api/1/KEY/me -> TODO
  • GET https://itch.io/api/1/KEY/my-games -> get_my_games()
  • GET https://itch.io/api/1/KEY/game/GAME_ID/download_keys -> TODO
  • GET https://itch.io/api/1/KEY/game/GAME_ID/purchases -> TODO

Other undocumented endpoints exist but aren't supported yet.

License

Licensed under the European Union Public Licence v1.2, please read the LICENSE file for more information.