Crates.io | foxclient |
lib.rs | foxclient |
version | 5.2.8 |
source | src |
created_at | 2025-05-12 18:09:49.80999+00 |
updated_at | 2025-06-12 09:46:49.299297+00 |
description | Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes. |
homepage | |
repository | |
max_upload_size | |
id | 1670950 |
size | 147,540 |
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement.
To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit.
The requests may be logged for analytics and development purposes.
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named foxclient
and add the following to Cargo.toml
under [dependencies]
:
foxclient = { path = "./foxclient" }
All URIs are relative to https://api.orangefox.download
Class | Method | HTTP request | Description |
---|
DeviceApi | get_device | GET /devices/get | Get Device DeviceApi | get_device_deprecated | GET /devices/{device_id} | Get Device Short DeviceApi | get_devices | GET /devices/ | Get Devices DeviceApi | get_oems | GET /oems/ | Get Oems PasteApi | create_paste_paste_post | POST /paste/ | Create Paste PasteApi | get_paste_paste_paste_id_get | GET /paste/{paste_id} | Get Paste ReleaseApi | get_release | GET /releases/get | Get Release ReleaseApi | get_release_deprecated | GET /releases/{release_id} | Get Release Short ReleaseApi | get_releases | GET /releases/ | Get Releases ReleaseApi | get_updates_deprecated | GET /updates/{last_known_id} | Get Updates StatsApi | get_public_stats | GET /stats/ | Public Stats
To get access to the crate's generated documentation, use:
cargo doc --open