# Functions
NewArrayResponse creates a new array response.
NewDefinitionResponse creates a new definition response.
No description provided by the author
No description provided by the author
No description provided by the author
NewPath creates a new path.
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
# Structs
ArrayResponse is an array of type T as a response.
DefinitionResponse is a type of response that expects an object definition.
FileResponse is a type of response that expects a binary file.
NumberResponse is a type of response that expects a floating point number.
Parameter represents a variable that should exist somewhere inside a HTTP request.
Path represents an HTTP endpoint that our unity client can ping.
SecurityMethodReference is a way to ensure the client properly communicates with a specific route.
# Interfaces
Response is one of potentially many responses a single path can receive.
# Type aliases
No description provided by the author