ichor

Crates.ioichor
lib.rsichor
version0.1.0
sourcesrc
created_at2021-11-23 03:04:10.93594
updated_at2021-11-23 03:04:10.93594
descriptionAn API wrapper for itch.io
homepagehttps://github.com/kotx/ichor
repositoryhttps://github.com/kotx/ichor.git
max_upload_size
id485998
size10,473
Kot C (kotx)

documentation

README

Ichor

An API wrapper for itch.io

Notes

If you ever want an endpoint to be added, just open an issue!

Itch.io's API reference is not great. A bunch of endpoints are missing/undocumented.

Because no OpenAPI spec exists, a lot of the data models could be incomplete. If you ever run into issues, please open an issue with the correct data you received from the endpoint.

Contributing

If you want to PR something, quicktype is useful to generate data models.

However, please replace Vec<T> with the provided MaybeEmptyList<T> if applicable- the API sometimes returns {} in place of an empty list.

Preferably, also make sure if things are Option or actually required with a blank account.

Commit count: 4

cargo fmt