foxclient 6.0.5

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.
Documentation
pub mod device_response;
pub use self::device_response::DeviceResponse;
pub mod error_response;
pub use self::error_response::ErrorResponse;
pub mod global_stats_response;
pub use self::global_stats_response::GlobalStatsResponse;
pub mod list_response_release_response;
pub use self::list_response_release_response::ListResponseReleaseResponse;
pub mod list_response_release_response_data_inner;
pub use self::list_response_release_response_data_inner::ListResponseReleaseResponseDataInner;
pub mod list_response_short_device_response;
pub use self::list_response_short_device_response::ListResponseShortDeviceResponse;
pub mod list_response_short_device_response_data_inner;
pub use self::list_response_short_device_response_data_inner::ListResponseShortDeviceResponseDataInner;
pub mod list_response_string;
pub use self::list_response_string::ListResponseString;
pub mod maintainer_short_response;
pub use self::maintainer_short_response::MaintainerShortResponse;
pub mod new_report_request;
pub use self::new_report_request::NewReportRequest;
pub mod paste_input;
pub use self::paste_input::PasteInput;
pub mod paste_response;
pub use self::paste_response::PasteResponse;
pub mod recovery_img_response;
pub use self::recovery_img_response::RecoveryImgResponse;
pub mod release_groups_response;
pub use self::release_groups_response::ReleaseGroupsResponse;
pub mod release_response;
pub use self::release_response::ReleaseResponse;
pub mod short_device_response;
pub use self::short_device_response::ShortDeviceResponse;
pub mod short_release_response;
pub use self::short_release_response::ShortReleaseResponse;
pub mod token_response;
pub use self::token_response::TokenResponse;
pub type AnyOfLessThanGreaterThan = serde_json::Value;