# Functions
GetSchema returns the JSONSchema and OperationInfo for a particular OpenAPI operation.
No description provided by the author
No description provided by the author
HandleAuths will set up the request with the necessary authentication information.
HandleCookieParameters extracts each cookie parameter from the input JSON and adds it to the request cookies.
HandleHeaderParameters extracts each header parameter from the input JSON and adds it to the request headers.
HandlePathParameters extracts each path parameter from the input JSON and replaces its placeholder in the URL path.
HandleQueryParameters extracts each query parameter from the input JSON and adds it to the URL query.
IsOpenAPI checks if the data is an OpenAPI definition and returns the version if it is.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A SecurityInfo represents a security scheme in OpenAPI.