league

package
v0.0.0-...-cbc503f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for league API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new league API client.

func (*Client) GetApexLeague

func (a *Client) GetApexLeague(params *GetApexLeagueParams, authInfo runtime.ClientAuthInfoWriter) (*GetApexLeagueOK, error)

GetApexLeague gets the challenger league for given queue

func (*Client) GetLeagueEntriesExp

func (a *Client) GetLeagueEntriesExp(params *GetLeagueEntriesExpParams, authInfo runtime.ClientAuthInfoWriter) (*GetLeagueEntriesExpOK, error)

GetLeagueEntriesExp gets all the league entries

At the request of a GitHub issue, we've added an experimental league-exp-v4 endpoint. This new endpoint is a duplicate of the endpoint in league-v4, but it also supports the apex tiers (Challenger, Grandmaster, and Master). In November we'll evaluate whether this endpoint delivers enough value to merit its continual support.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type GetApexLeagueBadGateway

type GetApexLeagueBadGateway struct {
	Payload *models.APIError
}

GetApexLeagueBadGateway handles this case with default header values.

Bad gateway

func NewGetApexLeagueBadGateway

func NewGetApexLeagueBadGateway() *GetApexLeagueBadGateway

NewGetApexLeagueBadGateway creates a GetApexLeagueBadGateway with default headers values

func (*GetApexLeagueBadGateway) Error

func (o *GetApexLeagueBadGateway) Error() string

func (*GetApexLeagueBadGateway) GetPayload

func (o *GetApexLeagueBadGateway) GetPayload() *models.APIError

type GetApexLeagueBadRequest

type GetApexLeagueBadRequest struct {
	Payload *models.APIError
}

GetApexLeagueBadRequest handles this case with default header values.

Bad request

func NewGetApexLeagueBadRequest

func NewGetApexLeagueBadRequest() *GetApexLeagueBadRequest

NewGetApexLeagueBadRequest creates a GetApexLeagueBadRequest with default headers values

func (*GetApexLeagueBadRequest) Error

func (o *GetApexLeagueBadRequest) Error() string

func (*GetApexLeagueBadRequest) GetPayload

func (o *GetApexLeagueBadRequest) GetPayload() *models.APIError

type GetApexLeagueForbidden

type GetApexLeagueForbidden struct {
	Payload *models.APIError
}

GetApexLeagueForbidden handles this case with default header values.

Forbidden

func NewGetApexLeagueForbidden

func NewGetApexLeagueForbidden() *GetApexLeagueForbidden

NewGetApexLeagueForbidden creates a GetApexLeagueForbidden with default headers values

func (*GetApexLeagueForbidden) Error

func (o *GetApexLeagueForbidden) Error() string

func (*GetApexLeagueForbidden) GetPayload

func (o *GetApexLeagueForbidden) GetPayload() *models.APIError

type GetApexLeagueGatewayTimeout

type GetApexLeagueGatewayTimeout struct {
	Payload *models.APIError
}

GetApexLeagueGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetApexLeagueGatewayTimeout

func NewGetApexLeagueGatewayTimeout() *GetApexLeagueGatewayTimeout

NewGetApexLeagueGatewayTimeout creates a GetApexLeagueGatewayTimeout with default headers values

func (*GetApexLeagueGatewayTimeout) Error

func (*GetApexLeagueGatewayTimeout) GetPayload

func (o *GetApexLeagueGatewayTimeout) GetPayload() *models.APIError

type GetApexLeagueInternalServerError

type GetApexLeagueInternalServerError struct {
	Payload *models.APIError
}

GetApexLeagueInternalServerError handles this case with default header values.

Internal server error

func NewGetApexLeagueInternalServerError

func NewGetApexLeagueInternalServerError() *GetApexLeagueInternalServerError

NewGetApexLeagueInternalServerError creates a GetApexLeagueInternalServerError with default headers values

func (*GetApexLeagueInternalServerError) Error

func (*GetApexLeagueInternalServerError) GetPayload

type GetApexLeagueMethodNotAllowed

type GetApexLeagueMethodNotAllowed struct {
	Payload *models.APIError
}

GetApexLeagueMethodNotAllowed handles this case with default header values.

Method not allowed

func NewGetApexLeagueMethodNotAllowed

func NewGetApexLeagueMethodNotAllowed() *GetApexLeagueMethodNotAllowed

NewGetApexLeagueMethodNotAllowed creates a GetApexLeagueMethodNotAllowed with default headers values

func (*GetApexLeagueMethodNotAllowed) Error

func (*GetApexLeagueMethodNotAllowed) GetPayload

type GetApexLeagueNotFound

type GetApexLeagueNotFound struct {
	Payload *models.APIError
}

GetApexLeagueNotFound handles this case with default header values.

Not found

func NewGetApexLeagueNotFound

func NewGetApexLeagueNotFound() *GetApexLeagueNotFound

NewGetApexLeagueNotFound creates a GetApexLeagueNotFound with default headers values

func (*GetApexLeagueNotFound) Error

func (o *GetApexLeagueNotFound) Error() string

func (*GetApexLeagueNotFound) GetPayload

func (o *GetApexLeagueNotFound) GetPayload() *models.APIError

type GetApexLeagueOK

type GetApexLeagueOK struct {
	Payload *models.LeagueList
}

GetApexLeagueOK handles this case with default header values.

OK

func NewGetApexLeagueOK

func NewGetApexLeagueOK() *GetApexLeagueOK

NewGetApexLeagueOK creates a GetApexLeagueOK with default headers values

func (*GetApexLeagueOK) Error

func (o *GetApexLeagueOK) Error() string

func (*GetApexLeagueOK) GetPayload

func (o *GetApexLeagueOK) GetPayload() *models.LeagueList

type GetApexLeagueParams

type GetApexLeagueParams struct {

	/*ApexLeague*/
	ApexLeague string
	/*Queue
	  Note that the queue value must be a valid ranked queue.

	*/
	Queue string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetApexLeagueParams contains all the parameters to send to the API endpoint for the get apex league operation typically these are written to a http.Request

func NewGetApexLeagueParams

func NewGetApexLeagueParams() *GetApexLeagueParams

NewGetApexLeagueParams creates a new GetApexLeagueParams object with the default values initialized.

func NewGetApexLeagueParamsWithContext

func NewGetApexLeagueParamsWithContext(ctx context.Context) *GetApexLeagueParams

NewGetApexLeagueParamsWithContext creates a new GetApexLeagueParams object with the default values initialized, and the ability to set a context for a request

func NewGetApexLeagueParamsWithHTTPClient

func NewGetApexLeagueParamsWithHTTPClient(client *http.Client) *GetApexLeagueParams

NewGetApexLeagueParamsWithHTTPClient creates a new GetApexLeagueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetApexLeagueParamsWithTimeout

func NewGetApexLeagueParamsWithTimeout(timeout time.Duration) *GetApexLeagueParams

NewGetApexLeagueParamsWithTimeout creates a new GetApexLeagueParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetApexLeagueParams) SetApexLeague

func (o *GetApexLeagueParams) SetApexLeague(apexLeague string)

SetApexLeague adds the apexLeague to the get apex league params

func (*GetApexLeagueParams) SetContext

func (o *GetApexLeagueParams) SetContext(ctx context.Context)

SetContext adds the context to the get apex league params

func (*GetApexLeagueParams) SetHTTPClient

func (o *GetApexLeagueParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get apex league params

func (*GetApexLeagueParams) SetQueue

func (o *GetApexLeagueParams) SetQueue(queue string)

SetQueue adds the queue to the get apex league params

func (*GetApexLeagueParams) SetTimeout

func (o *GetApexLeagueParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get apex league params

func (*GetApexLeagueParams) WithApexLeague

func (o *GetApexLeagueParams) WithApexLeague(apexLeague string) *GetApexLeagueParams

WithApexLeague adds the apexLeague to the get apex league params

func (*GetApexLeagueParams) WithContext

WithContext adds the context to the get apex league params

func (*GetApexLeagueParams) WithHTTPClient

func (o *GetApexLeagueParams) WithHTTPClient(client *http.Client) *GetApexLeagueParams

WithHTTPClient adds the HTTPClient to the get apex league params

func (*GetApexLeagueParams) WithQueue

func (o *GetApexLeagueParams) WithQueue(queue string) *GetApexLeagueParams

WithQueue adds the queue to the get apex league params

func (*GetApexLeagueParams) WithTimeout

func (o *GetApexLeagueParams) WithTimeout(timeout time.Duration) *GetApexLeagueParams

WithTimeout adds the timeout to the get apex league params

func (*GetApexLeagueParams) WriteToRequest

func (o *GetApexLeagueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetApexLeagueReader

type GetApexLeagueReader struct {
	// contains filtered or unexported fields
}

GetApexLeagueReader is a Reader for the GetApexLeague structure.

func (*GetApexLeagueReader) ReadResponse

func (o *GetApexLeagueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetApexLeagueServiceUnavailable

type GetApexLeagueServiceUnavailable struct {
	Payload *models.APIError
}

GetApexLeagueServiceUnavailable handles this case with default header values.

Service Unavailable

func NewGetApexLeagueServiceUnavailable

func NewGetApexLeagueServiceUnavailable() *GetApexLeagueServiceUnavailable

NewGetApexLeagueServiceUnavailable creates a GetApexLeagueServiceUnavailable with default headers values

func (*GetApexLeagueServiceUnavailable) Error

func (*GetApexLeagueServiceUnavailable) GetPayload

type GetApexLeagueTooManyRequests

type GetApexLeagueTooManyRequests struct {
	Payload *models.APIError
}

GetApexLeagueTooManyRequests handles this case with default header values.

Rate limit Exceeded

func NewGetApexLeagueTooManyRequests

func NewGetApexLeagueTooManyRequests() *GetApexLeagueTooManyRequests

NewGetApexLeagueTooManyRequests creates a GetApexLeagueTooManyRequests with default headers values

func (*GetApexLeagueTooManyRequests) Error

func (*GetApexLeagueTooManyRequests) GetPayload

func (o *GetApexLeagueTooManyRequests) GetPayload() *models.APIError

type GetApexLeagueUnauthorized

type GetApexLeagueUnauthorized struct {
	Payload *models.APIError
}

GetApexLeagueUnauthorized handles this case with default header values.

Unauthorized

func NewGetApexLeagueUnauthorized

func NewGetApexLeagueUnauthorized() *GetApexLeagueUnauthorized

NewGetApexLeagueUnauthorized creates a GetApexLeagueUnauthorized with default headers values

func (*GetApexLeagueUnauthorized) Error

func (o *GetApexLeagueUnauthorized) Error() string

func (*GetApexLeagueUnauthorized) GetPayload

func (o *GetApexLeagueUnauthorized) GetPayload() *models.APIError

type GetApexLeagueUnsupportedMediaType

type GetApexLeagueUnsupportedMediaType struct {
	Payload *models.APIError
}

GetApexLeagueUnsupportedMediaType handles this case with default header values.

Unsopported media type

func NewGetApexLeagueUnsupportedMediaType

func NewGetApexLeagueUnsupportedMediaType() *GetApexLeagueUnsupportedMediaType

NewGetApexLeagueUnsupportedMediaType creates a GetApexLeagueUnsupportedMediaType with default headers values

func (*GetApexLeagueUnsupportedMediaType) Error

func (*GetApexLeagueUnsupportedMediaType) GetPayload

type GetLeagueEntriesExpBadGateway

type GetLeagueEntriesExpBadGateway struct {
	Payload *models.APIError
}

GetLeagueEntriesExpBadGateway handles this case with default header values.

Bad gateway

func NewGetLeagueEntriesExpBadGateway

func NewGetLeagueEntriesExpBadGateway() *GetLeagueEntriesExpBadGateway

NewGetLeagueEntriesExpBadGateway creates a GetLeagueEntriesExpBadGateway with default headers values

func (*GetLeagueEntriesExpBadGateway) Error

func (*GetLeagueEntriesExpBadGateway) GetPayload

type GetLeagueEntriesExpBadRequest

type GetLeagueEntriesExpBadRequest struct {
	Payload *models.APIError
}

GetLeagueEntriesExpBadRequest handles this case with default header values.

Bad request

func NewGetLeagueEntriesExpBadRequest

func NewGetLeagueEntriesExpBadRequest() *GetLeagueEntriesExpBadRequest

NewGetLeagueEntriesExpBadRequest creates a GetLeagueEntriesExpBadRequest with default headers values

func (*GetLeagueEntriesExpBadRequest) Error

func (*GetLeagueEntriesExpBadRequest) GetPayload

type GetLeagueEntriesExpForbidden

type GetLeagueEntriesExpForbidden struct {
	Payload *models.APIError
}

GetLeagueEntriesExpForbidden handles this case with default header values.

Forbidden

func NewGetLeagueEntriesExpForbidden

func NewGetLeagueEntriesExpForbidden() *GetLeagueEntriesExpForbidden

NewGetLeagueEntriesExpForbidden creates a GetLeagueEntriesExpForbidden with default headers values

func (*GetLeagueEntriesExpForbidden) Error

func (*GetLeagueEntriesExpForbidden) GetPayload

func (o *GetLeagueEntriesExpForbidden) GetPayload() *models.APIError

type GetLeagueEntriesExpGatewayTimeout

type GetLeagueEntriesExpGatewayTimeout struct {
	Payload *models.APIError
}

GetLeagueEntriesExpGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetLeagueEntriesExpGatewayTimeout

func NewGetLeagueEntriesExpGatewayTimeout() *GetLeagueEntriesExpGatewayTimeout

NewGetLeagueEntriesExpGatewayTimeout creates a GetLeagueEntriesExpGatewayTimeout with default headers values

func (*GetLeagueEntriesExpGatewayTimeout) Error

func (*GetLeagueEntriesExpGatewayTimeout) GetPayload

type GetLeagueEntriesExpInternalServerError

type GetLeagueEntriesExpInternalServerError struct {
	Payload *models.APIError
}

GetLeagueEntriesExpInternalServerError handles this case with default header values.

Internal server error

func NewGetLeagueEntriesExpInternalServerError

func NewGetLeagueEntriesExpInternalServerError() *GetLeagueEntriesExpInternalServerError

NewGetLeagueEntriesExpInternalServerError creates a GetLeagueEntriesExpInternalServerError with default headers values

func (*GetLeagueEntriesExpInternalServerError) Error

func (*GetLeagueEntriesExpInternalServerError) GetPayload

type GetLeagueEntriesExpMethodNotAllowed

type GetLeagueEntriesExpMethodNotAllowed struct {
	Payload *models.APIError
}

GetLeagueEntriesExpMethodNotAllowed handles this case with default header values.

Method not allowed

func NewGetLeagueEntriesExpMethodNotAllowed

func NewGetLeagueEntriesExpMethodNotAllowed() *GetLeagueEntriesExpMethodNotAllowed

NewGetLeagueEntriesExpMethodNotAllowed creates a GetLeagueEntriesExpMethodNotAllowed with default headers values

func (*GetLeagueEntriesExpMethodNotAllowed) Error

func (*GetLeagueEntriesExpMethodNotAllowed) GetPayload

type GetLeagueEntriesExpNotFound

type GetLeagueEntriesExpNotFound struct {
	Payload *models.APIError
}

GetLeagueEntriesExpNotFound handles this case with default header values.

Not found

func NewGetLeagueEntriesExpNotFound

func NewGetLeagueEntriesExpNotFound() *GetLeagueEntriesExpNotFound

NewGetLeagueEntriesExpNotFound creates a GetLeagueEntriesExpNotFound with default headers values

func (*GetLeagueEntriesExpNotFound) Error

func (*GetLeagueEntriesExpNotFound) GetPayload

func (o *GetLeagueEntriesExpNotFound) GetPayload() *models.APIError

type GetLeagueEntriesExpOK

type GetLeagueEntriesExpOK struct {
	Payload []*models.LeagueEntry
}

GetLeagueEntriesExpOK handles this case with default header values.

OK

func NewGetLeagueEntriesExpOK

func NewGetLeagueEntriesExpOK() *GetLeagueEntriesExpOK

NewGetLeagueEntriesExpOK creates a GetLeagueEntriesExpOK with default headers values

func (*GetLeagueEntriesExpOK) Error

func (o *GetLeagueEntriesExpOK) Error() string

func (*GetLeagueEntriesExpOK) GetPayload

func (o *GetLeagueEntriesExpOK) GetPayload() []*models.LeagueEntry

type GetLeagueEntriesExpParams

type GetLeagueEntriesExpParams struct {

	/*Division*/
	Division string
	/*Page*/
	Page *int32
	/*Queue
	  Note that the queue value must be a valid ranked queue.

	*/
	Queue string
	/*Tier*/
	Tier string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetLeagueEntriesExpParams contains all the parameters to send to the API endpoint for the get league entries exp operation typically these are written to a http.Request

func NewGetLeagueEntriesExpParams

func NewGetLeagueEntriesExpParams() *GetLeagueEntriesExpParams

NewGetLeagueEntriesExpParams creates a new GetLeagueEntriesExpParams object with the default values initialized.

func NewGetLeagueEntriesExpParamsWithContext

func NewGetLeagueEntriesExpParamsWithContext(ctx context.Context) *GetLeagueEntriesExpParams

NewGetLeagueEntriesExpParamsWithContext creates a new GetLeagueEntriesExpParams object with the default values initialized, and the ability to set a context for a request

func NewGetLeagueEntriesExpParamsWithHTTPClient

func NewGetLeagueEntriesExpParamsWithHTTPClient(client *http.Client) *GetLeagueEntriesExpParams

NewGetLeagueEntriesExpParamsWithHTTPClient creates a new GetLeagueEntriesExpParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLeagueEntriesExpParamsWithTimeout

func NewGetLeagueEntriesExpParamsWithTimeout(timeout time.Duration) *GetLeagueEntriesExpParams

NewGetLeagueEntriesExpParamsWithTimeout creates a new GetLeagueEntriesExpParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLeagueEntriesExpParams) SetContext

func (o *GetLeagueEntriesExpParams) SetContext(ctx context.Context)

SetContext adds the context to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetDivision

func (o *GetLeagueEntriesExpParams) SetDivision(division string)

SetDivision adds the division to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetHTTPClient

func (o *GetLeagueEntriesExpParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetPage

func (o *GetLeagueEntriesExpParams) SetPage(page *int32)

SetPage adds the page to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetQueue

func (o *GetLeagueEntriesExpParams) SetQueue(queue string)

SetQueue adds the queue to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetTier

func (o *GetLeagueEntriesExpParams) SetTier(tier string)

SetTier adds the tier to the get league entries exp params

func (*GetLeagueEntriesExpParams) SetTimeout

func (o *GetLeagueEntriesExpParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithContext

WithContext adds the context to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithDivision

func (o *GetLeagueEntriesExpParams) WithDivision(division string) *GetLeagueEntriesExpParams

WithDivision adds the division to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithHTTPClient

func (o *GetLeagueEntriesExpParams) WithHTTPClient(client *http.Client) *GetLeagueEntriesExpParams

WithHTTPClient adds the HTTPClient to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithPage

WithPage adds the page to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithQueue

WithQueue adds the queue to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithTier

WithTier adds the tier to the get league entries exp params

func (*GetLeagueEntriesExpParams) WithTimeout

WithTimeout adds the timeout to the get league entries exp params

func (*GetLeagueEntriesExpParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLeagueEntriesExpReader

type GetLeagueEntriesExpReader struct {
	// contains filtered or unexported fields
}

GetLeagueEntriesExpReader is a Reader for the GetLeagueEntriesExp structure.

func (*GetLeagueEntriesExpReader) ReadResponse

func (o *GetLeagueEntriesExpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLeagueEntriesExpServiceUnavailable

type GetLeagueEntriesExpServiceUnavailable struct {
	Payload *models.APIError
}

GetLeagueEntriesExpServiceUnavailable handles this case with default header values.

Service Unavailable

func NewGetLeagueEntriesExpServiceUnavailable

func NewGetLeagueEntriesExpServiceUnavailable() *GetLeagueEntriesExpServiceUnavailable

NewGetLeagueEntriesExpServiceUnavailable creates a GetLeagueEntriesExpServiceUnavailable with default headers values

func (*GetLeagueEntriesExpServiceUnavailable) Error

func (*GetLeagueEntriesExpServiceUnavailable) GetPayload

type GetLeagueEntriesExpTooManyRequests

type GetLeagueEntriesExpTooManyRequests struct {
	Payload *models.APIError
}

GetLeagueEntriesExpTooManyRequests handles this case with default header values.

Rate limit Exceeded

func NewGetLeagueEntriesExpTooManyRequests

func NewGetLeagueEntriesExpTooManyRequests() *GetLeagueEntriesExpTooManyRequests

NewGetLeagueEntriesExpTooManyRequests creates a GetLeagueEntriesExpTooManyRequests with default headers values

func (*GetLeagueEntriesExpTooManyRequests) Error

func (*GetLeagueEntriesExpTooManyRequests) GetPayload

type GetLeagueEntriesExpUnauthorized

type GetLeagueEntriesExpUnauthorized struct {
	Payload *models.APIError
}

GetLeagueEntriesExpUnauthorized handles this case with default header values.

Unauthorized

func NewGetLeagueEntriesExpUnauthorized

func NewGetLeagueEntriesExpUnauthorized() *GetLeagueEntriesExpUnauthorized

NewGetLeagueEntriesExpUnauthorized creates a GetLeagueEntriesExpUnauthorized with default headers values

func (*GetLeagueEntriesExpUnauthorized) Error

func (*GetLeagueEntriesExpUnauthorized) GetPayload

type GetLeagueEntriesExpUnsupportedMediaType

type GetLeagueEntriesExpUnsupportedMediaType struct {
	Payload *models.APIError
}

GetLeagueEntriesExpUnsupportedMediaType handles this case with default header values.

Unsopported media type

func NewGetLeagueEntriesExpUnsupportedMediaType

func NewGetLeagueEntriesExpUnsupportedMediaType() *GetLeagueEntriesExpUnsupportedMediaType

NewGetLeagueEntriesExpUnsupportedMediaType creates a GetLeagueEntriesExpUnsupportedMediaType with default headers values

func (*GetLeagueEntriesExpUnsupportedMediaType) Error

func (*GetLeagueEntriesExpUnsupportedMediaType) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳