Tanmay Mohapatra 4bc16ea6bb
Added a Julia client and server (#14520)
* Added a Julia client and server

This PR adds two new generators for the [Julia language](https://julialang.org/)
- `julia-client` to generate a client from specifications
- `julia-server` to generate a server with stubs that can be used to host a server conforming to the specifications

The generated code uses the Julia [OpenAPI.jl](https://github.com/JuliaComputing/OpenAPI.jl) package that includes support functions for both client and server.

* fix javadoc generation

* add changes after ensure-up-to-date run
2023-01-30 16:40:33 +08:00

651 B

Pet

Properties

Name Type Description Notes
id Int64 [optional] [default to nothing]
category *Category [optional] [default to nothing]
name String [default to nothing]
photoUrls Vector{String} [default to nothing]
tags Vector{Tag} [optional] [default to nothing]
status String pet status in the store [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]