Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.25 KB

File metadata and controls

55 lines (38 loc) · 2.25 KB

Julia API client for AllAnyClient

API to test code generation for oneof anyof allof

Overview

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.

  • API version: 0.0.1
  • Generator version: 7.13.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.JuliaClientCodegen

Installation

Place the Julia files generated under the src folder in your Julia project. Include AllAnyClient.jl in the project code. It would include the module named AllAnyClient.

Documentation is generated as markdown files under the docs folder. You can include them in your project documentation. Documentation is also embedded in Julia which can be used with a Julia specific documentation generator.

API Endpoints

Class Method
DefaultApi echo_anyof_base_type_post
POST /echo_anyof_base_type
DefaultApi echo_anyof_mapped_pets_post
POST /echo_anyof_mapped_pets
DefaultApi echo_anyof_pets_post
POST /echo_anyof_pets
DefaultApi echo_arrays_post
POST /echo_arrays
DefaultApi echo_oneof_base_type_post
POST /echo_oneof_base_type
DefaultApi echo_oneof_mapped_pets_post
POST /echo_oneof_mapped_pets
DefaultApi echo_oneof_pets_post
POST /echo_oneof_pets

Models

Authorization

Endpoints do not require authorization.

Author

test@example.com