This is a sample server Petstore server. For this sample, you can use the api key special-key
to test the authorization filters.
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: 1.0.0
- Build package: org.openapitools.codegen.languages.JuliaClientCodegen
Place the Julia files generated under the src
folder in your Julia project. Include DeepClient.jl in the project code.
It would include the module named DeepClient.
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 |
---|---|
PetApi | find_pets_by_status GET /pet/findByStatus Finds Pets by status |
Endpoints do not require authorization.