foxclient 5.2.8

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 global_stats_aggregation_model;
pub use self::global_stats_aggregation_model::GlobalStatsAggregationModel;
pub mod http_validation_error;
pub use self::http_validation_error::HttpValidationError;
pub mod list_response_release_response_;
pub use self::list_response_release_response_::ListResponseReleaseResponse;
pub mod list_response_short_device_response_;
pub use self::list_response_short_device_response_::ListResponseShortDeviceResponse;
pub mod list_response_short_release_response_;
pub use self::list_response_short_release_response_::ListResponseShortReleaseResponse;
pub mod list_response_str_;
pub use self::list_response_str_::ListResponseStr;
pub mod maintainer_short_model;
pub use self::maintainer_short_model::MaintainerShortModel;
pub mod paste_input;
pub use self::paste_input::PasteInput;
pub mod paste_output;
pub use self::paste_output::PasteOutput;
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 release_type;
pub use self::release_type::ReleaseType;
pub mod releases_sort;
pub use self::releases_sort::ReleasesSort;
pub mod response_get_releases;
pub use self::response_get_releases::ResponseGetReleases;
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 validation_error;
pub use self::validation_error::ValidationError;
pub mod validation_error_loc_inner;
pub use self::validation_error_loc_inner::ValidationErrorLocInner;
pub type AnyOfLessThanGreaterThan = serde_json::Value;