/*
* Fox API
*
* 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.
*
* The version of the OpenAPI document: 6.0.7
* Contact: admin@orangefox.tech
* Generated by: https://openapi-generator.tech
*/
use cratemodels;
use ;
/// ReleaseListResponse : Response body for `GET /releases`. The shape of `data` depends on the `group` query parameter: a flat list by default (`ListResponse`), or a version-keyed map when `group=true` (`ReleaseGroupsResponse`). Modeled as an untagged `oneOf` so generated clients deserialize both shapes instead of assuming `data` is always an array (which made them call `.map` on the grouped object and throw).
/// Response body for `GET /releases`. The shape of `data` depends on the `group` query parameter: a flat list by default (`ListResponse`), or a version-keyed map when `group=true` (`ReleaseGroupsResponse`). Modeled as an untagged `oneOf` so generated clients deserialize both shapes instead of assuming `data` is always an array (which made them call `.map` on the grouped object and throw).