You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Check out [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) for addit
15
15
16
16
Use [instructions](https://openapi-generator.tech/docs/generators) provided for the Julia OpenAPI code generator plugin to generate Julia code.
17
17
18
+
> Note: It requires the Julia code generator hosted in [this forked branch](https://github.com/JuliaComputing/openapi-generator/tree/juliahub/juliacodegen) of the OpenAPI code generator. The plan is to submit it for inclusion in the upstream repo soon.
19
+
18
20
## Generated Code Structure
19
21
20
22
### Models
@@ -114,7 +116,10 @@ The second variant is suitable for asynchronous calls to methods that return chu
114
116
115
117
```julia
116
118
# example asynchronous API that streams matching Pet instances into response_stream
The Petstore is a common example that most OpenAPI implementations use to test and demonstrate. Clients and servers generated from both version 2 and 3 specifications are included in this repo.
@@ -205,5 +221,3 @@ Not all OpenAPI features are supported yet, e.g.:
205
221
-[`deepObject`](https://swagger.io/docs/specification/serialization/)s in query parameters
206
222
207
223
There could be more unsupported features than what is listed above.
208
-
209
-
This is currently a beta version. It requires the Julia code generator hosted in [this forked branch](https://github.com/JuliaComputing/openapi-generator/tree/juliahub/juliacodegen) of the OpenAPI code generator. The plan is to submit it for inclusion in the upstream repo soon.
0 commit comments