Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 894 Bytes

File metadata and controls

21 lines (15 loc) · 894 Bytes

Acknowledgments

OpenAPI Generator

The collection format and parameter serialization handling in ATI's OpenAPI mode was influenced by the OpenAPI Generator project, licensed under the Apache License, Version 2.0.

Specifically, the approach to serializing array query parameters using style/explode fields (multi, csv, ssv, pipes) and the handling of application/x-www-form-urlencoded request bodies drew from patterns established in OpenAPI Generator's bash client code generation.

OpenAPI Generator is copyright the OpenAPI Generator contributors. See https://github.com/OpenAPITools/openapi-generator/blob/master/LICENSE for the full license text.

OpenAPI Specification

ATI implements the OpenAPI Specification 3.0, developed by the OpenAPI Initiative under the Linux Foundation.