Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Public Attributes | |
bool | resultIsReference = false |
bool | hasSuccessResponse = false |
string | name |
string | resultType |
The type of the. | |
string | parameterType = "void" |
The name of the structure containing the parameters for this endpoint. | |
string | path |
HTTP path for this endpoint. | |
string | description |
Description/documentation for this endpoint. | |
string | operation |
HTTP method for this endpoint. | |
RequestParameter[] | parameters = [] |
List of all parameters for this request. | |
RequestParameter[] | requiredPathParameters |
RequestParameter[] | requiredQueryParameters |
RequestParameter[] | optionalQueryParameters |
RequestParameter[] | bodyParameters |
Represents an API endpoint.
RequestParameter [] Endpoint::bodyParameters |
string Endpoint::description |
Description/documentation for this endpoint.
bool Endpoint::hasSuccessResponse = false |
string Endpoint::name |
string Endpoint::operation |
HTTP method for this endpoint.
RequestParameter [] Endpoint::optionalQueryParameters |
RequestParameter [] Endpoint::parameters = [] |
List of all parameters for this request.
string Endpoint::parameterType = "void" |
The name of the structure containing the parameters for this endpoint.
string Endpoint::path |
HTTP path for this endpoint.
RequestParameter [] Endpoint::requiredPathParameters |
RequestParameter [] Endpoint::requiredQueryParameters |
bool Endpoint::resultIsReference = false |
string Endpoint::resultType |
The type of the.