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
These are what the OpenAPI specification mentions as the deepObject style of passing query parameters. Unfortunately OpenAPI.jl does not support deepObject yet. Contributions to add missing features are welcome!
One way to work around this could possibly to use a pre_request_hook with the client, which could somehow recreate the query string based on the value.
Code generated by
https://github.com/OpenAPITools/openapi-generator
julia-client
generates code like thisbut I cannot set the
fields
in the interface to produce a query like this in https://jsonapi.org/format/#fetching-sparse-fieldsets (uudecoded)do_request
-function https://github.com/JuliaComputing/OpenAPI.jl/blob/v0.1.9/src/client.jl#L331-L343 does not seem to handle sparse fields? What should thefields
argument above for theset_param
be to produce correctly formed request?The text was updated successfully, but these errors were encountered: