JuliaComputing / OpenAPI.jl

OpenAPI helper and code generator for Julia
Other
43 stars 8 forks source link

handle multiple (per resp code) return types #3

Closed tanmaykm closed 2 years ago

tanmaykm commented 2 years ago

Implements a way to handle per HTTP response code return types. Also returning the HTTP response (status code, headers) from client API calls, so that the caller can examine the response directly when required.