Crates.io | dogehouse-api |
lib.rs | dogehouse-api |
version | 0.1.1 |
source | src |
created_at | 2021-05-10 08:38:50.920466 |
updated_at | 2021-05-10 11:45:22.921775 |
description | API Wrapper for Dogegarden's API v1 |
homepage | https://api.dogegarden.net |
repository | https://github.com/dtomvan/dogehouse-api/ |
max_upload_size | |
id | 395457 |
size | 15,940 |
This is a work-in-progress crate to interact with the dogehouse API. Note that the API's documentation isn't complete yet, and so is the API itself. This uses reqwest and serde-json. I don't know if libraries should use something different from reqwest. If so, please file an issue on GitHub.
This crate consists of Endpoint's and Query's. Endpoints are just the simple API endpoints, which does not take any arguments. Queries are API endpoints, which take one or more arguments, such as "/search/some_username".