API to test code generation for oneof anyof allof
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
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.
| 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 |
- AnyOfBaseType
- AnyOfMappedPets
- AnyOfPets
- Cat
- Dog
- OneOfBaseType
- OneOfMappedPets
- OneOfPets
- Pet
- TypeWithAllArrayTypes
Endpoints do not require authorization.