series

package
v0.0.0-...-6fcb5ef Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2020 License: MPL-2.0 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 series API

func New

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

New creates a new series API client.

func (*Client) GetSeriesID

func (a *Client) GetSeriesID(params *GetSeriesIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDOK, error)

GetSeriesID Returns a series records that contains all information known about a particular series id.

func (*Client) GetSeriesIDActors

func (a *Client) GetSeriesIDActors(params *GetSeriesIDActorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDActorsOK, error)

GetSeriesIDActors Returns actors for the given series id

func (*Client) GetSeriesIDEpisodes

func (a *Client) GetSeriesIDEpisodes(params *GetSeriesIDEpisodesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDEpisodesOK, error)

GetSeriesIDEpisodes All episodes for a given series. Paginated with 100 results per page.

func (*Client) GetSeriesIDEpisodesQuery

func (a *Client) GetSeriesIDEpisodesQuery(params *GetSeriesIDEpisodesQueryParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDEpisodesQueryOK, error)

GetSeriesIDEpisodesQuery This route allows the user to query against episodes for the given series. The response is a paginated array of episode records.

func (*Client) GetSeriesIDEpisodesQueryParams

func (a *Client) GetSeriesIDEpisodesQueryParams(params *GetSeriesIDEpisodesQueryParamsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDEpisodesQueryParamsOK, error)

GetSeriesIDEpisodesQueryParams Returns the allowed query keys for the `/series/{id}/episodes/query` route

func (*Client) GetSeriesIDEpisodesSummary

func (a *Client) GetSeriesIDEpisodesSummary(params *GetSeriesIDEpisodesSummaryParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDEpisodesSummaryOK, error)

GetSeriesIDEpisodesSummary Returns a summary of the episodes and seasons available for the series.

__Note__: Season "0" is for all episodes that are considered to be specials.

func (*Client) GetSeriesIDFilter

func (a *Client) GetSeriesIDFilter(params *GetSeriesIDFilterParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDFilterOK, error)

GetSeriesIDFilter Returns a series records, filtered by the supplied comma-separated list of keys. Query keys can be found at the `/series/{id}/filter/params` route.

func (*Client) GetSeriesIDFilterParams

func (a *Client) GetSeriesIDFilterParams(params *GetSeriesIDFilterParamsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDFilterParamsOK, error)

GetSeriesIDFilterParams Returns the list of keys available for the `/series/{id}/filter` route

func (*Client) GetSeriesIDImages

func (a *Client) GetSeriesIDImages(params *GetSeriesIDImagesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDImagesOK, error)

GetSeriesIDImages Returns a summary of the images for a particular series

func (*Client) GetSeriesIDImagesQuery

func (a *Client) GetSeriesIDImagesQuery(params *GetSeriesIDImagesQueryParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDImagesQueryOK, error)

GetSeriesIDImagesQuery Query images for the given series ID.

func (*Client) GetSeriesIDImagesQueryParams

func (a *Client) GetSeriesIDImagesQueryParams(params *GetSeriesIDImagesQueryParamsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSeriesIDImagesQueryParamsOK, error)

GetSeriesIDImagesQueryParams Returns the allowed query keys for the `/series/{id}/images/query` route. Contains a parameter record for each unique `keyType`, listing values that will return results.

func (*Client) HeadSeriesID

func (a *Client) HeadSeriesID(params *HeadSeriesIDParams, authInfo runtime.ClientAuthInfoWriter) (*HeadSeriesIDOK, error)

HeadSeriesID Returns header information only about the given series ID.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetSeriesIDActorsNotFound

type GetSeriesIDActorsNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDActorsNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDActorsNotFound

func NewGetSeriesIDActorsNotFound() *GetSeriesIDActorsNotFound

NewGetSeriesIDActorsNotFound creates a GetSeriesIDActorsNotFound with default headers values

func (*GetSeriesIDActorsNotFound) Error

func (o *GetSeriesIDActorsNotFound) Error() string

func (*GetSeriesIDActorsNotFound) GetPayload

func (o *GetSeriesIDActorsNotFound) GetPayload() *models.NotFound

type GetSeriesIDActorsOK

type GetSeriesIDActorsOK struct {
	Payload *models.SeriesActors
}

GetSeriesIDActorsOK handles this case with default header values.

An array of actor objects for the given series id.

func NewGetSeriesIDActorsOK

func NewGetSeriesIDActorsOK() *GetSeriesIDActorsOK

NewGetSeriesIDActorsOK creates a GetSeriesIDActorsOK with default headers values

func (*GetSeriesIDActorsOK) Error

func (o *GetSeriesIDActorsOK) Error() string

func (*GetSeriesIDActorsOK) GetPayload

func (o *GetSeriesIDActorsOK) GetPayload() *models.SeriesActors

type GetSeriesIDActorsParams

type GetSeriesIDActorsParams struct {

	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDActorsParams contains all the parameters to send to the API endpoint for the get series ID actors operation typically these are written to a http.Request

func NewGetSeriesIDActorsParams

func NewGetSeriesIDActorsParams() *GetSeriesIDActorsParams

NewGetSeriesIDActorsParams creates a new GetSeriesIDActorsParams object with the default values initialized.

func NewGetSeriesIDActorsParamsWithContext

func NewGetSeriesIDActorsParamsWithContext(ctx context.Context) *GetSeriesIDActorsParams

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

func NewGetSeriesIDActorsParamsWithHTTPClient

func NewGetSeriesIDActorsParamsWithHTTPClient(client *http.Client) *GetSeriesIDActorsParams

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

func NewGetSeriesIDActorsParamsWithTimeout

func NewGetSeriesIDActorsParamsWithTimeout(timeout time.Duration) *GetSeriesIDActorsParams

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

func (*GetSeriesIDActorsParams) SetContext

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

SetContext adds the context to the get series ID actors params

func (*GetSeriesIDActorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID actors params

func (*GetSeriesIDActorsParams) SetID

func (o *GetSeriesIDActorsParams) SetID(id int64)

SetID adds the id to the get series ID actors params

func (*GetSeriesIDActorsParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID actors params

func (*GetSeriesIDActorsParams) WithContext

WithContext adds the context to the get series ID actors params

func (*GetSeriesIDActorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get series ID actors params

func (*GetSeriesIDActorsParams) WithID

WithID adds the id to the get series ID actors params

func (*GetSeriesIDActorsParams) WithTimeout

WithTimeout adds the timeout to the get series ID actors params

func (*GetSeriesIDActorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDActorsReader

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

GetSeriesIDActorsReader is a Reader for the GetSeriesIDActors structure.

func (*GetSeriesIDActorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDActorsUnauthorized

type GetSeriesIDActorsUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDActorsUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDActorsUnauthorized

func NewGetSeriesIDActorsUnauthorized() *GetSeriesIDActorsUnauthorized

NewGetSeriesIDActorsUnauthorized creates a GetSeriesIDActorsUnauthorized with default headers values

func (*GetSeriesIDActorsUnauthorized) Error

func (*GetSeriesIDActorsUnauthorized) GetPayload

type GetSeriesIDEpisodesNotFound

type GetSeriesIDEpisodesNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDEpisodesNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDEpisodesNotFound

func NewGetSeriesIDEpisodesNotFound() *GetSeriesIDEpisodesNotFound

NewGetSeriesIDEpisodesNotFound creates a GetSeriesIDEpisodesNotFound with default headers values

func (*GetSeriesIDEpisodesNotFound) Error

func (*GetSeriesIDEpisodesNotFound) GetPayload

func (o *GetSeriesIDEpisodesNotFound) GetPayload() *models.NotFound

type GetSeriesIDEpisodesOK

type GetSeriesIDEpisodesOK struct {
	Payload *models.SeriesEpisodes
}

GetSeriesIDEpisodesOK handles this case with default header values.

An array of episode objects for the given series id.

func NewGetSeriesIDEpisodesOK

func NewGetSeriesIDEpisodesOK() *GetSeriesIDEpisodesOK

NewGetSeriesIDEpisodesOK creates a GetSeriesIDEpisodesOK with default headers values

func (*GetSeriesIDEpisodesOK) Error

func (o *GetSeriesIDEpisodesOK) Error() string

func (*GetSeriesIDEpisodesOK) GetPayload

func (o *GetSeriesIDEpisodesOK) GetPayload() *models.SeriesEpisodes

type GetSeriesIDEpisodesParams

type GetSeriesIDEpisodesParams struct {

	/*ID
	  ID of the series

	*/
	ID int64
	/*Page
	  Page of results to fetch. Defaults to page 1 if not provided.

	*/
	Page *string

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

GetSeriesIDEpisodesParams contains all the parameters to send to the API endpoint for the get series ID episodes operation typically these are written to a http.Request

func NewGetSeriesIDEpisodesParams

func NewGetSeriesIDEpisodesParams() *GetSeriesIDEpisodesParams

NewGetSeriesIDEpisodesParams creates a new GetSeriesIDEpisodesParams object with the default values initialized.

func NewGetSeriesIDEpisodesParamsWithContext

func NewGetSeriesIDEpisodesParamsWithContext(ctx context.Context) *GetSeriesIDEpisodesParams

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

func NewGetSeriesIDEpisodesParamsWithHTTPClient

func NewGetSeriesIDEpisodesParamsWithHTTPClient(client *http.Client) *GetSeriesIDEpisodesParams

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

func NewGetSeriesIDEpisodesParamsWithTimeout

func NewGetSeriesIDEpisodesParamsWithTimeout(timeout time.Duration) *GetSeriesIDEpisodesParams

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

func (*GetSeriesIDEpisodesParams) SetContext

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

SetContext adds the context to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) SetID

func (o *GetSeriesIDEpisodesParams) SetID(id int64)

SetID adds the id to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) SetPage

func (o *GetSeriesIDEpisodesParams) SetPage(page *string)

SetPage adds the page to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WithContext

WithContext adds the context to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WithID

WithID adds the id to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WithPage

WithPage adds the page to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WithTimeout

WithTimeout adds the timeout to the get series ID episodes params

func (*GetSeriesIDEpisodesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDEpisodesQueryNotFound

type GetSeriesIDEpisodesQueryNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDEpisodesQueryNotFound handles this case with default header values.

Returned if the given series ID does not exist or the query returns no results.

func NewGetSeriesIDEpisodesQueryNotFound

func NewGetSeriesIDEpisodesQueryNotFound() *GetSeriesIDEpisodesQueryNotFound

NewGetSeriesIDEpisodesQueryNotFound creates a GetSeriesIDEpisodesQueryNotFound with default headers values

func (*GetSeriesIDEpisodesQueryNotFound) Error

func (*GetSeriesIDEpisodesQueryNotFound) GetPayload

type GetSeriesIDEpisodesQueryOK

type GetSeriesIDEpisodesQueryOK struct {
	Payload *models.SeriesEpisodesQuery
}

GetSeriesIDEpisodesQueryOK handles this case with default header values.

An array of basic Episode results that matched the query

func NewGetSeriesIDEpisodesQueryOK

func NewGetSeriesIDEpisodesQueryOK() *GetSeriesIDEpisodesQueryOK

NewGetSeriesIDEpisodesQueryOK creates a GetSeriesIDEpisodesQueryOK with default headers values

func (*GetSeriesIDEpisodesQueryOK) Error

func (*GetSeriesIDEpisodesQueryOK) GetPayload

type GetSeriesIDEpisodesQueryParams

type GetSeriesIDEpisodesQueryParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*AbsoluteNumber
	  Absolute number of the episode

	*/
	AbsoluteNumber *string
	/*AiredEpisode
	  Aired episode number

	*/
	AiredEpisode *string
	/*AiredSeason
	  Aired season number

	*/
	AiredSeason *string
	/*DvdEpisode
	  DVD episode number

	*/
	DvdEpisode *string
	/*DvdSeason
	  DVD season number

	*/
	DvdSeason *string
	/*ID
	  ID of the series

	*/
	ID int64
	/*ImdbID
	  IMDB id of the series

	*/
	ImdbID *string
	/*Page
	  Page of results to fetch. Defaults to page 1 if not provided.

	*/
	Page *string

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

GetSeriesIDEpisodesQueryParams contains all the parameters to send to the API endpoint for the get series ID episodes query operation typically these are written to a http.Request

func NewGetSeriesIDEpisodesQueryParams

func NewGetSeriesIDEpisodesQueryParams() *GetSeriesIDEpisodesQueryParams

NewGetSeriesIDEpisodesQueryParams creates a new GetSeriesIDEpisodesQueryParams object with the default values initialized.

func NewGetSeriesIDEpisodesQueryParamsWithContext

func NewGetSeriesIDEpisodesQueryParamsWithContext(ctx context.Context) *GetSeriesIDEpisodesQueryParams

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

func NewGetSeriesIDEpisodesQueryParamsWithHTTPClient

func NewGetSeriesIDEpisodesQueryParamsWithHTTPClient(client *http.Client) *GetSeriesIDEpisodesQueryParams

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

func NewGetSeriesIDEpisodesQueryParamsWithTimeout

func NewGetSeriesIDEpisodesQueryParamsWithTimeout(timeout time.Duration) *GetSeriesIDEpisodesQueryParams

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

func (*GetSeriesIDEpisodesQueryParams) SetAbsoluteNumber

func (o *GetSeriesIDEpisodesQueryParams) SetAbsoluteNumber(absoluteNumber *string)

SetAbsoluteNumber adds the absoluteNumber to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetAcceptLanguage

func (o *GetSeriesIDEpisodesQueryParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetAiredEpisode

func (o *GetSeriesIDEpisodesQueryParams) SetAiredEpisode(airedEpisode *string)

SetAiredEpisode adds the airedEpisode to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetAiredSeason

func (o *GetSeriesIDEpisodesQueryParams) SetAiredSeason(airedSeason *string)

SetAiredSeason adds the airedSeason to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetContext

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

SetContext adds the context to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetDvdEpisode

func (o *GetSeriesIDEpisodesQueryParams) SetDvdEpisode(dvdEpisode *string)

SetDvdEpisode adds the dvdEpisode to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetDvdSeason

func (o *GetSeriesIDEpisodesQueryParams) SetDvdSeason(dvdSeason *string)

SetDvdSeason adds the dvdSeason to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetID

SetID adds the id to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetImdbID

func (o *GetSeriesIDEpisodesQueryParams) SetImdbID(imdbID *string)

SetImdbID adds the imdbId to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetPage

func (o *GetSeriesIDEpisodesQueryParams) SetPage(page *string)

SetPage adds the page to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithAbsoluteNumber

func (o *GetSeriesIDEpisodesQueryParams) WithAbsoluteNumber(absoluteNumber *string) *GetSeriesIDEpisodesQueryParams

WithAbsoluteNumber adds the absoluteNumber to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithAcceptLanguage

func (o *GetSeriesIDEpisodesQueryParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDEpisodesQueryParams

WithAcceptLanguage adds the acceptLanguage to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithAiredEpisode

func (o *GetSeriesIDEpisodesQueryParams) WithAiredEpisode(airedEpisode *string) *GetSeriesIDEpisodesQueryParams

WithAiredEpisode adds the airedEpisode to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithAiredSeason

func (o *GetSeriesIDEpisodesQueryParams) WithAiredSeason(airedSeason *string) *GetSeriesIDEpisodesQueryParams

WithAiredSeason adds the airedSeason to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithContext

WithContext adds the context to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithDvdEpisode

WithDvdEpisode adds the dvdEpisode to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithDvdSeason

WithDvdSeason adds the dvdSeason to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithID

WithID adds the id to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithImdbID

WithImdbID adds the imdbID to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithPage

WithPage adds the page to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WithTimeout

WithTimeout adds the timeout to the get series ID episodes query params

func (*GetSeriesIDEpisodesQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDEpisodesQueryParamsNotFound

type GetSeriesIDEpisodesQueryParamsNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDEpisodesQueryParamsNotFound handles this case with default header values.

Returned if the given series ID does not exist or the query returns no results.

func NewGetSeriesIDEpisodesQueryParamsNotFound

func NewGetSeriesIDEpisodesQueryParamsNotFound() *GetSeriesIDEpisodesQueryParamsNotFound

NewGetSeriesIDEpisodesQueryParamsNotFound creates a GetSeriesIDEpisodesQueryParamsNotFound with default headers values

func (*GetSeriesIDEpisodesQueryParamsNotFound) Error

func (*GetSeriesIDEpisodesQueryParamsNotFound) GetPayload

type GetSeriesIDEpisodesQueryParamsOK

type GetSeriesIDEpisodesQueryParamsOK struct {
	Payload *models.SeriesEpisodesQueryParams
}

GetSeriesIDEpisodesQueryParamsOK handles this case with default header values.

An array of query keys as strings

func NewGetSeriesIDEpisodesQueryParamsOK

func NewGetSeriesIDEpisodesQueryParamsOK() *GetSeriesIDEpisodesQueryParamsOK

NewGetSeriesIDEpisodesQueryParamsOK creates a GetSeriesIDEpisodesQueryParamsOK with default headers values

func (*GetSeriesIDEpisodesQueryParamsOK) Error

func (*GetSeriesIDEpisodesQueryParamsOK) GetPayload

type GetSeriesIDEpisodesQueryParamsParams

type GetSeriesIDEpisodesQueryParamsParams struct {

	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDEpisodesQueryParamsParams contains all the parameters to send to the API endpoint for the get series ID episodes query params operation typically these are written to a http.Request

func NewGetSeriesIDEpisodesQueryParamsParams

func NewGetSeriesIDEpisodesQueryParamsParams() *GetSeriesIDEpisodesQueryParamsParams

NewGetSeriesIDEpisodesQueryParamsParams creates a new GetSeriesIDEpisodesQueryParamsParams object with the default values initialized.

func NewGetSeriesIDEpisodesQueryParamsParamsWithContext

func NewGetSeriesIDEpisodesQueryParamsParamsWithContext(ctx context.Context) *GetSeriesIDEpisodesQueryParamsParams

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

func NewGetSeriesIDEpisodesQueryParamsParamsWithHTTPClient

func NewGetSeriesIDEpisodesQueryParamsParamsWithHTTPClient(client *http.Client) *GetSeriesIDEpisodesQueryParamsParams

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

func NewGetSeriesIDEpisodesQueryParamsParamsWithTimeout

func NewGetSeriesIDEpisodesQueryParamsParamsWithTimeout(timeout time.Duration) *GetSeriesIDEpisodesQueryParamsParams

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

func (*GetSeriesIDEpisodesQueryParamsParams) SetContext

SetContext adds the context to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) SetID

SetID adds the id to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) WithContext

WithContext adds the context to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) WithID

WithID adds the id to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) WithTimeout

WithTimeout adds the timeout to the get series ID episodes query params params

func (*GetSeriesIDEpisodesQueryParamsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDEpisodesQueryParamsReader

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

GetSeriesIDEpisodesQueryParamsReader is a Reader for the GetSeriesIDEpisodesQueryParams structure.

func (*GetSeriesIDEpisodesQueryParamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDEpisodesQueryParamsUnauthorized

type GetSeriesIDEpisodesQueryParamsUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDEpisodesQueryParamsUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDEpisodesQueryParamsUnauthorized

func NewGetSeriesIDEpisodesQueryParamsUnauthorized() *GetSeriesIDEpisodesQueryParamsUnauthorized

NewGetSeriesIDEpisodesQueryParamsUnauthorized creates a GetSeriesIDEpisodesQueryParamsUnauthorized with default headers values

func (*GetSeriesIDEpisodesQueryParamsUnauthorized) Error

func (*GetSeriesIDEpisodesQueryParamsUnauthorized) GetPayload

type GetSeriesIDEpisodesQueryReader

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

GetSeriesIDEpisodesQueryReader is a Reader for the GetSeriesIDEpisodesQuery structure.

func (*GetSeriesIDEpisodesQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDEpisodesQueryUnauthorized

type GetSeriesIDEpisodesQueryUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDEpisodesQueryUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDEpisodesQueryUnauthorized

func NewGetSeriesIDEpisodesQueryUnauthorized() *GetSeriesIDEpisodesQueryUnauthorized

NewGetSeriesIDEpisodesQueryUnauthorized creates a GetSeriesIDEpisodesQueryUnauthorized with default headers values

func (*GetSeriesIDEpisodesQueryUnauthorized) Error

func (*GetSeriesIDEpisodesQueryUnauthorized) GetPayload

type GetSeriesIDEpisodesReader

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

GetSeriesIDEpisodesReader is a Reader for the GetSeriesIDEpisodes structure.

func (*GetSeriesIDEpisodesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDEpisodesSummaryNotFound

type GetSeriesIDEpisodesSummaryNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDEpisodesSummaryNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDEpisodesSummaryNotFound

func NewGetSeriesIDEpisodesSummaryNotFound() *GetSeriesIDEpisodesSummaryNotFound

NewGetSeriesIDEpisodesSummaryNotFound creates a GetSeriesIDEpisodesSummaryNotFound with default headers values

func (*GetSeriesIDEpisodesSummaryNotFound) Error

func (*GetSeriesIDEpisodesSummaryNotFound) GetPayload

type GetSeriesIDEpisodesSummaryOK

type GetSeriesIDEpisodesSummaryOK struct {
	Payload *models.SeriesEpisodesSummary
}

GetSeriesIDEpisodesSummaryOK handles this case with default header values.

A summary of the episodes and seasons avaialable for the given series.

func NewGetSeriesIDEpisodesSummaryOK

func NewGetSeriesIDEpisodesSummaryOK() *GetSeriesIDEpisodesSummaryOK

NewGetSeriesIDEpisodesSummaryOK creates a GetSeriesIDEpisodesSummaryOK with default headers values

func (*GetSeriesIDEpisodesSummaryOK) Error

func (*GetSeriesIDEpisodesSummaryOK) GetPayload

type GetSeriesIDEpisodesSummaryParams

type GetSeriesIDEpisodesSummaryParams struct {

	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDEpisodesSummaryParams contains all the parameters to send to the API endpoint for the get series ID episodes summary operation typically these are written to a http.Request

func NewGetSeriesIDEpisodesSummaryParams

func NewGetSeriesIDEpisodesSummaryParams() *GetSeriesIDEpisodesSummaryParams

NewGetSeriesIDEpisodesSummaryParams creates a new GetSeriesIDEpisodesSummaryParams object with the default values initialized.

func NewGetSeriesIDEpisodesSummaryParamsWithContext

func NewGetSeriesIDEpisodesSummaryParamsWithContext(ctx context.Context) *GetSeriesIDEpisodesSummaryParams

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

func NewGetSeriesIDEpisodesSummaryParamsWithHTTPClient

func NewGetSeriesIDEpisodesSummaryParamsWithHTTPClient(client *http.Client) *GetSeriesIDEpisodesSummaryParams

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

func NewGetSeriesIDEpisodesSummaryParamsWithTimeout

func NewGetSeriesIDEpisodesSummaryParamsWithTimeout(timeout time.Duration) *GetSeriesIDEpisodesSummaryParams

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

func (*GetSeriesIDEpisodesSummaryParams) SetContext

SetContext adds the context to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) SetID

SetID adds the id to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) WithContext

WithContext adds the context to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) WithID

WithID adds the id to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) WithTimeout

WithTimeout adds the timeout to the get series ID episodes summary params

func (*GetSeriesIDEpisodesSummaryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDEpisodesSummaryReader

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

GetSeriesIDEpisodesSummaryReader is a Reader for the GetSeriesIDEpisodesSummary structure.

func (*GetSeriesIDEpisodesSummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDEpisodesSummaryUnauthorized

type GetSeriesIDEpisodesSummaryUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDEpisodesSummaryUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDEpisodesSummaryUnauthorized

func NewGetSeriesIDEpisodesSummaryUnauthorized() *GetSeriesIDEpisodesSummaryUnauthorized

NewGetSeriesIDEpisodesSummaryUnauthorized creates a GetSeriesIDEpisodesSummaryUnauthorized with default headers values

func (*GetSeriesIDEpisodesSummaryUnauthorized) Error

func (*GetSeriesIDEpisodesSummaryUnauthorized) GetPayload

type GetSeriesIDEpisodesUnauthorized

type GetSeriesIDEpisodesUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDEpisodesUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDEpisodesUnauthorized

func NewGetSeriesIDEpisodesUnauthorized() *GetSeriesIDEpisodesUnauthorized

NewGetSeriesIDEpisodesUnauthorized creates a GetSeriesIDEpisodesUnauthorized with default headers values

func (*GetSeriesIDEpisodesUnauthorized) Error

func (*GetSeriesIDEpisodesUnauthorized) GetPayload

type GetSeriesIDFilterNotFound

type GetSeriesIDFilterNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDFilterNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDFilterNotFound

func NewGetSeriesIDFilterNotFound() *GetSeriesIDFilterNotFound

NewGetSeriesIDFilterNotFound creates a GetSeriesIDFilterNotFound with default headers values

func (*GetSeriesIDFilterNotFound) Error

func (o *GetSeriesIDFilterNotFound) Error() string

func (*GetSeriesIDFilterNotFound) GetPayload

func (o *GetSeriesIDFilterNotFound) GetPayload() *models.NotFound

type GetSeriesIDFilterOK

type GetSeriesIDFilterOK struct {
	Payload *models.SeriesData
}

GetSeriesIDFilterOK handles this case with default header values.

A filtered series record

func NewGetSeriesIDFilterOK

func NewGetSeriesIDFilterOK() *GetSeriesIDFilterOK

NewGetSeriesIDFilterOK creates a GetSeriesIDFilterOK with default headers values

func (*GetSeriesIDFilterOK) Error

func (o *GetSeriesIDFilterOK) Error() string

func (*GetSeriesIDFilterOK) GetPayload

func (o *GetSeriesIDFilterOK) GetPayload() *models.SeriesData

type GetSeriesIDFilterParams

type GetSeriesIDFilterParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64
	/*Keys
	  Comma-separated list of keys to filter by

	*/
	Keys string

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

GetSeriesIDFilterParams contains all the parameters to send to the API endpoint for the get series ID filter operation typically these are written to a http.Request

func NewGetSeriesIDFilterParams

func NewGetSeriesIDFilterParams() *GetSeriesIDFilterParams

NewGetSeriesIDFilterParams creates a new GetSeriesIDFilterParams object with the default values initialized.

func NewGetSeriesIDFilterParamsWithContext

func NewGetSeriesIDFilterParamsWithContext(ctx context.Context) *GetSeriesIDFilterParams

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

func NewGetSeriesIDFilterParamsWithHTTPClient

func NewGetSeriesIDFilterParamsWithHTTPClient(client *http.Client) *GetSeriesIDFilterParams

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

func NewGetSeriesIDFilterParamsWithTimeout

func NewGetSeriesIDFilterParamsWithTimeout(timeout time.Duration) *GetSeriesIDFilterParams

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

func (*GetSeriesIDFilterParams) SetAcceptLanguage

func (o *GetSeriesIDFilterParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID filter params

func (*GetSeriesIDFilterParams) SetContext

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

SetContext adds the context to the get series ID filter params

func (*GetSeriesIDFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID filter params

func (*GetSeriesIDFilterParams) SetID

func (o *GetSeriesIDFilterParams) SetID(id int64)

SetID adds the id to the get series ID filter params

func (*GetSeriesIDFilterParams) SetKeys

func (o *GetSeriesIDFilterParams) SetKeys(keys string)

SetKeys adds the keys to the get series ID filter params

func (*GetSeriesIDFilterParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID filter params

func (*GetSeriesIDFilterParams) WithAcceptLanguage

func (o *GetSeriesIDFilterParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDFilterParams

WithAcceptLanguage adds the acceptLanguage to the get series ID filter params

func (*GetSeriesIDFilterParams) WithContext

WithContext adds the context to the get series ID filter params

func (*GetSeriesIDFilterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get series ID filter params

func (*GetSeriesIDFilterParams) WithID

WithID adds the id to the get series ID filter params

func (*GetSeriesIDFilterParams) WithKeys

WithKeys adds the keys to the get series ID filter params

func (*GetSeriesIDFilterParams) WithTimeout

WithTimeout adds the timeout to the get series ID filter params

func (*GetSeriesIDFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDFilterParamsNotFound

type GetSeriesIDFilterParamsNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDFilterParamsNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDFilterParamsNotFound

func NewGetSeriesIDFilterParamsNotFound() *GetSeriesIDFilterParamsNotFound

NewGetSeriesIDFilterParamsNotFound creates a GetSeriesIDFilterParamsNotFound with default headers values

func (*GetSeriesIDFilterParamsNotFound) Error

func (*GetSeriesIDFilterParamsNotFound) GetPayload

type GetSeriesIDFilterParamsOK

type GetSeriesIDFilterParamsOK struct {
	Payload *models.FilterKeys
}

GetSeriesIDFilterParamsOK handles this case with default header values.

A list of keys to filter by

func NewGetSeriesIDFilterParamsOK

func NewGetSeriesIDFilterParamsOK() *GetSeriesIDFilterParamsOK

NewGetSeriesIDFilterParamsOK creates a GetSeriesIDFilterParamsOK with default headers values

func (*GetSeriesIDFilterParamsOK) Error

func (o *GetSeriesIDFilterParamsOK) Error() string

func (*GetSeriesIDFilterParamsOK) GetPayload

func (o *GetSeriesIDFilterParamsOK) GetPayload() *models.FilterKeys

type GetSeriesIDFilterParamsParams

type GetSeriesIDFilterParamsParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDFilterParamsParams contains all the parameters to send to the API endpoint for the get series ID filter params operation typically these are written to a http.Request

func NewGetSeriesIDFilterParamsParams

func NewGetSeriesIDFilterParamsParams() *GetSeriesIDFilterParamsParams

NewGetSeriesIDFilterParamsParams creates a new GetSeriesIDFilterParamsParams object with the default values initialized.

func NewGetSeriesIDFilterParamsParamsWithContext

func NewGetSeriesIDFilterParamsParamsWithContext(ctx context.Context) *GetSeriesIDFilterParamsParams

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

func NewGetSeriesIDFilterParamsParamsWithHTTPClient

func NewGetSeriesIDFilterParamsParamsWithHTTPClient(client *http.Client) *GetSeriesIDFilterParamsParams

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

func NewGetSeriesIDFilterParamsParamsWithTimeout

func NewGetSeriesIDFilterParamsParamsWithTimeout(timeout time.Duration) *GetSeriesIDFilterParamsParams

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

func (*GetSeriesIDFilterParamsParams) SetAcceptLanguage

func (o *GetSeriesIDFilterParamsParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) SetContext

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

SetContext adds the context to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) SetID

func (o *GetSeriesIDFilterParamsParams) SetID(id int64)

SetID adds the id to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WithAcceptLanguage

func (o *GetSeriesIDFilterParamsParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDFilterParamsParams

WithAcceptLanguage adds the acceptLanguage to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WithContext

WithContext adds the context to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WithID

WithID adds the id to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WithTimeout

WithTimeout adds the timeout to the get series ID filter params params

func (*GetSeriesIDFilterParamsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDFilterParamsReader

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

GetSeriesIDFilterParamsReader is a Reader for the GetSeriesIDFilterParams structure.

func (*GetSeriesIDFilterParamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDFilterParamsUnauthorized

type GetSeriesIDFilterParamsUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDFilterParamsUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDFilterParamsUnauthorized

func NewGetSeriesIDFilterParamsUnauthorized() *GetSeriesIDFilterParamsUnauthorized

NewGetSeriesIDFilterParamsUnauthorized creates a GetSeriesIDFilterParamsUnauthorized with default headers values

func (*GetSeriesIDFilterParamsUnauthorized) Error

func (*GetSeriesIDFilterParamsUnauthorized) GetPayload

type GetSeriesIDFilterReader

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

GetSeriesIDFilterReader is a Reader for the GetSeriesIDFilter structure.

func (*GetSeriesIDFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDFilterUnauthorized

type GetSeriesIDFilterUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDFilterUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDFilterUnauthorized

func NewGetSeriesIDFilterUnauthorized() *GetSeriesIDFilterUnauthorized

NewGetSeriesIDFilterUnauthorized creates a GetSeriesIDFilterUnauthorized with default headers values

func (*GetSeriesIDFilterUnauthorized) Error

func (*GetSeriesIDFilterUnauthorized) GetPayload

type GetSeriesIDImagesNotFound

type GetSeriesIDImagesNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDImagesNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDImagesNotFound

func NewGetSeriesIDImagesNotFound() *GetSeriesIDImagesNotFound

NewGetSeriesIDImagesNotFound creates a GetSeriesIDImagesNotFound with default headers values

func (*GetSeriesIDImagesNotFound) Error

func (o *GetSeriesIDImagesNotFound) Error() string

func (*GetSeriesIDImagesNotFound) GetPayload

func (o *GetSeriesIDImagesNotFound) GetPayload() *models.NotFound

type GetSeriesIDImagesOK

type GetSeriesIDImagesOK struct {
	Payload *models.SeriesImagesCounts
}

GetSeriesIDImagesOK handles this case with default header values.

A summary of the image types and counts available for the given series.

func NewGetSeriesIDImagesOK

func NewGetSeriesIDImagesOK() *GetSeriesIDImagesOK

NewGetSeriesIDImagesOK creates a GetSeriesIDImagesOK with default headers values

func (*GetSeriesIDImagesOK) Error

func (o *GetSeriesIDImagesOK) Error() string

func (*GetSeriesIDImagesOK) GetPayload

type GetSeriesIDImagesParams

type GetSeriesIDImagesParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDImagesParams contains all the parameters to send to the API endpoint for the get series ID images operation typically these are written to a http.Request

func NewGetSeriesIDImagesParams

func NewGetSeriesIDImagesParams() *GetSeriesIDImagesParams

NewGetSeriesIDImagesParams creates a new GetSeriesIDImagesParams object with the default values initialized.

func NewGetSeriesIDImagesParamsWithContext

func NewGetSeriesIDImagesParamsWithContext(ctx context.Context) *GetSeriesIDImagesParams

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

func NewGetSeriesIDImagesParamsWithHTTPClient

func NewGetSeriesIDImagesParamsWithHTTPClient(client *http.Client) *GetSeriesIDImagesParams

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

func NewGetSeriesIDImagesParamsWithTimeout

func NewGetSeriesIDImagesParamsWithTimeout(timeout time.Duration) *GetSeriesIDImagesParams

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

func (*GetSeriesIDImagesParams) SetAcceptLanguage

func (o *GetSeriesIDImagesParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID images params

func (*GetSeriesIDImagesParams) SetContext

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

SetContext adds the context to the get series ID images params

func (*GetSeriesIDImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID images params

func (*GetSeriesIDImagesParams) SetID

func (o *GetSeriesIDImagesParams) SetID(id int64)

SetID adds the id to the get series ID images params

func (*GetSeriesIDImagesParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID images params

func (*GetSeriesIDImagesParams) WithAcceptLanguage

func (o *GetSeriesIDImagesParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDImagesParams

WithAcceptLanguage adds the acceptLanguage to the get series ID images params

func (*GetSeriesIDImagesParams) WithContext

WithContext adds the context to the get series ID images params

func (*GetSeriesIDImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get series ID images params

func (*GetSeriesIDImagesParams) WithID

WithID adds the id to the get series ID images params

func (*GetSeriesIDImagesParams) WithTimeout

WithTimeout adds the timeout to the get series ID images params

func (*GetSeriesIDImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDImagesQueryNotFound

type GetSeriesIDImagesQueryNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDImagesQueryNotFound handles this case with default header values.

Returned if the given series ID does not exist or the query returns no results.

func NewGetSeriesIDImagesQueryNotFound

func NewGetSeriesIDImagesQueryNotFound() *GetSeriesIDImagesQueryNotFound

NewGetSeriesIDImagesQueryNotFound creates a GetSeriesIDImagesQueryNotFound with default headers values

func (*GetSeriesIDImagesQueryNotFound) Error

func (*GetSeriesIDImagesQueryNotFound) GetPayload

type GetSeriesIDImagesQueryOK

type GetSeriesIDImagesQueryOK struct {
	Payload *models.SeriesImageQueryResults
}

GetSeriesIDImagesQueryOK handles this case with default header values.

An array of basic Episode results that matched the query

func NewGetSeriesIDImagesQueryOK

func NewGetSeriesIDImagesQueryOK() *GetSeriesIDImagesQueryOK

NewGetSeriesIDImagesQueryOK creates a GetSeriesIDImagesQueryOK with default headers values

func (*GetSeriesIDImagesQueryOK) Error

func (o *GetSeriesIDImagesQueryOK) Error() string

func (*GetSeriesIDImagesQueryOK) GetPayload

type GetSeriesIDImagesQueryParams

type GetSeriesIDImagesQueryParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64
	/*KeyType
	  Type of image you're querying for (fanart, poster, etc. See ../images/query/params for more details).

	*/
	KeyType *string
	/*Resolution
	  Resolution to filter by (1280x1024, for example)

	*/
	Resolution *string
	/*SubKey
	  Subkey for the above query keys. See /series/{id}/images/query/params for more information

	*/
	SubKey *string

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

GetSeriesIDImagesQueryParams contains all the parameters to send to the API endpoint for the get series ID images query operation typically these are written to a http.Request

func NewGetSeriesIDImagesQueryParams

func NewGetSeriesIDImagesQueryParams() *GetSeriesIDImagesQueryParams

NewGetSeriesIDImagesQueryParams creates a new GetSeriesIDImagesQueryParams object with the default values initialized.

func NewGetSeriesIDImagesQueryParamsWithContext

func NewGetSeriesIDImagesQueryParamsWithContext(ctx context.Context) *GetSeriesIDImagesQueryParams

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

func NewGetSeriesIDImagesQueryParamsWithHTTPClient

func NewGetSeriesIDImagesQueryParamsWithHTTPClient(client *http.Client) *GetSeriesIDImagesQueryParams

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

func NewGetSeriesIDImagesQueryParamsWithTimeout

func NewGetSeriesIDImagesQueryParamsWithTimeout(timeout time.Duration) *GetSeriesIDImagesQueryParams

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

func (*GetSeriesIDImagesQueryParams) SetAcceptLanguage

func (o *GetSeriesIDImagesQueryParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetContext

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

SetContext adds the context to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetID

func (o *GetSeriesIDImagesQueryParams) SetID(id int64)

SetID adds the id to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetKeyType

func (o *GetSeriesIDImagesQueryParams) SetKeyType(keyType *string)

SetKeyType adds the keyType to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetResolution

func (o *GetSeriesIDImagesQueryParams) SetResolution(resolution *string)

SetResolution adds the resolution to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetSubKey

func (o *GetSeriesIDImagesQueryParams) SetSubKey(subKey *string)

SetSubKey adds the subKey to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithAcceptLanguage

func (o *GetSeriesIDImagesQueryParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDImagesQueryParams

WithAcceptLanguage adds the acceptLanguage to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithContext

WithContext adds the context to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithID

WithID adds the id to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithKeyType

WithKeyType adds the keyType to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithResolution

func (o *GetSeriesIDImagesQueryParams) WithResolution(resolution *string) *GetSeriesIDImagesQueryParams

WithResolution adds the resolution to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithSubKey

WithSubKey adds the subKey to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WithTimeout

WithTimeout adds the timeout to the get series ID images query params

func (*GetSeriesIDImagesQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDImagesQueryParamsNotFound

type GetSeriesIDImagesQueryParamsNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDImagesQueryParamsNotFound handles this case with default header values.

Returned if the given series ID does not exist or the query returns no results.

func NewGetSeriesIDImagesQueryParamsNotFound

func NewGetSeriesIDImagesQueryParamsNotFound() *GetSeriesIDImagesQueryParamsNotFound

NewGetSeriesIDImagesQueryParamsNotFound creates a GetSeriesIDImagesQueryParamsNotFound with default headers values

func (*GetSeriesIDImagesQueryParamsNotFound) Error

func (*GetSeriesIDImagesQueryParamsNotFound) GetPayload

type GetSeriesIDImagesQueryParamsOK

type GetSeriesIDImagesQueryParamsOK struct {
	Payload *models.SeriesImagesQueryParams
}

GetSeriesIDImagesQueryParamsOK handles this case with default header values.

An array of query keys as strings

func NewGetSeriesIDImagesQueryParamsOK

func NewGetSeriesIDImagesQueryParamsOK() *GetSeriesIDImagesQueryParamsOK

NewGetSeriesIDImagesQueryParamsOK creates a GetSeriesIDImagesQueryParamsOK with default headers values

func (*GetSeriesIDImagesQueryParamsOK) Error

func (*GetSeriesIDImagesQueryParamsOK) GetPayload

type GetSeriesIDImagesQueryParamsParams

type GetSeriesIDImagesQueryParamsParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDImagesQueryParamsParams contains all the parameters to send to the API endpoint for the get series ID images query params operation typically these are written to a http.Request

func NewGetSeriesIDImagesQueryParamsParams

func NewGetSeriesIDImagesQueryParamsParams() *GetSeriesIDImagesQueryParamsParams

NewGetSeriesIDImagesQueryParamsParams creates a new GetSeriesIDImagesQueryParamsParams object with the default values initialized.

func NewGetSeriesIDImagesQueryParamsParamsWithContext

func NewGetSeriesIDImagesQueryParamsParamsWithContext(ctx context.Context) *GetSeriesIDImagesQueryParamsParams

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

func NewGetSeriesIDImagesQueryParamsParamsWithHTTPClient

func NewGetSeriesIDImagesQueryParamsParamsWithHTTPClient(client *http.Client) *GetSeriesIDImagesQueryParamsParams

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

func NewGetSeriesIDImagesQueryParamsParamsWithTimeout

func NewGetSeriesIDImagesQueryParamsParamsWithTimeout(timeout time.Duration) *GetSeriesIDImagesQueryParamsParams

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

func (*GetSeriesIDImagesQueryParamsParams) SetAcceptLanguage

func (o *GetSeriesIDImagesQueryParamsParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) SetContext

SetContext adds the context to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) SetID

SetID adds the id to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WithAcceptLanguage

func (o *GetSeriesIDImagesQueryParamsParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDImagesQueryParamsParams

WithAcceptLanguage adds the acceptLanguage to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WithContext

WithContext adds the context to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WithID

WithID adds the id to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WithTimeout

WithTimeout adds the timeout to the get series ID images query params params

func (*GetSeriesIDImagesQueryParamsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSeriesIDImagesQueryParamsReader

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

GetSeriesIDImagesQueryParamsReader is a Reader for the GetSeriesIDImagesQueryParams structure.

func (*GetSeriesIDImagesQueryParamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDImagesQueryParamsUnauthorized

type GetSeriesIDImagesQueryParamsUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDImagesQueryParamsUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDImagesQueryParamsUnauthorized

func NewGetSeriesIDImagesQueryParamsUnauthorized() *GetSeriesIDImagesQueryParamsUnauthorized

NewGetSeriesIDImagesQueryParamsUnauthorized creates a GetSeriesIDImagesQueryParamsUnauthorized with default headers values

func (*GetSeriesIDImagesQueryParamsUnauthorized) Error

func (*GetSeriesIDImagesQueryParamsUnauthorized) GetPayload

type GetSeriesIDImagesQueryReader

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

GetSeriesIDImagesQueryReader is a Reader for the GetSeriesIDImagesQuery structure.

func (*GetSeriesIDImagesQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDImagesQueryUnauthorized

type GetSeriesIDImagesQueryUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDImagesQueryUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDImagesQueryUnauthorized

func NewGetSeriesIDImagesQueryUnauthorized() *GetSeriesIDImagesQueryUnauthorized

NewGetSeriesIDImagesQueryUnauthorized creates a GetSeriesIDImagesQueryUnauthorized with default headers values

func (*GetSeriesIDImagesQueryUnauthorized) Error

func (*GetSeriesIDImagesQueryUnauthorized) GetPayload

type GetSeriesIDImagesReader

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

GetSeriesIDImagesReader is a Reader for the GetSeriesIDImages structure.

func (*GetSeriesIDImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDImagesUnauthorized

type GetSeriesIDImagesUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDImagesUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDImagesUnauthorized

func NewGetSeriesIDImagesUnauthorized() *GetSeriesIDImagesUnauthorized

NewGetSeriesIDImagesUnauthorized creates a GetSeriesIDImagesUnauthorized with default headers values

func (*GetSeriesIDImagesUnauthorized) Error

func (*GetSeriesIDImagesUnauthorized) GetPayload

type GetSeriesIDNotFound

type GetSeriesIDNotFound struct {
	Payload *models.NotFound
}

GetSeriesIDNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewGetSeriesIDNotFound

func NewGetSeriesIDNotFound() *GetSeriesIDNotFound

NewGetSeriesIDNotFound creates a GetSeriesIDNotFound with default headers values

func (*GetSeriesIDNotFound) Error

func (o *GetSeriesIDNotFound) Error() string

func (*GetSeriesIDNotFound) GetPayload

func (o *GetSeriesIDNotFound) GetPayload() *models.NotFound

type GetSeriesIDOK

type GetSeriesIDOK struct {
	Payload *models.SeriesData
}

GetSeriesIDOK handles this case with default header values.

A series record.

func NewGetSeriesIDOK

func NewGetSeriesIDOK() *GetSeriesIDOK

NewGetSeriesIDOK creates a GetSeriesIDOK with default headers values

func (*GetSeriesIDOK) Error

func (o *GetSeriesIDOK) Error() string

func (*GetSeriesIDOK) GetPayload

func (o *GetSeriesIDOK) GetPayload() *models.SeriesData

type GetSeriesIDParams

type GetSeriesIDParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64

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

GetSeriesIDParams contains all the parameters to send to the API endpoint for the get series ID operation typically these are written to a http.Request

func NewGetSeriesIDParams

func NewGetSeriesIDParams() *GetSeriesIDParams

NewGetSeriesIDParams creates a new GetSeriesIDParams object with the default values initialized.

func NewGetSeriesIDParamsWithContext

func NewGetSeriesIDParamsWithContext(ctx context.Context) *GetSeriesIDParams

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

func NewGetSeriesIDParamsWithHTTPClient

func NewGetSeriesIDParamsWithHTTPClient(client *http.Client) *GetSeriesIDParams

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

func NewGetSeriesIDParamsWithTimeout

func NewGetSeriesIDParamsWithTimeout(timeout time.Duration) *GetSeriesIDParams

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

func (*GetSeriesIDParams) SetAcceptLanguage

func (o *GetSeriesIDParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get series ID params

func (*GetSeriesIDParams) SetContext

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

SetContext adds the context to the get series ID params

func (*GetSeriesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get series ID params

func (*GetSeriesIDParams) SetID

func (o *GetSeriesIDParams) SetID(id int64)

SetID adds the id to the get series ID params

func (*GetSeriesIDParams) SetTimeout

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

SetTimeout adds the timeout to the get series ID params

func (*GetSeriesIDParams) WithAcceptLanguage

func (o *GetSeriesIDParams) WithAcceptLanguage(acceptLanguage *string) *GetSeriesIDParams

WithAcceptLanguage adds the acceptLanguage to the get series ID params

func (*GetSeriesIDParams) WithContext

func (o *GetSeriesIDParams) WithContext(ctx context.Context) *GetSeriesIDParams

WithContext adds the context to the get series ID params

func (*GetSeriesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get series ID params

func (*GetSeriesIDParams) WithID

func (o *GetSeriesIDParams) WithID(id int64) *GetSeriesIDParams

WithID adds the id to the get series ID params

func (*GetSeriesIDParams) WithTimeout

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

WithTimeout adds the timeout to the get series ID params

func (*GetSeriesIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSeriesIDReader

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

GetSeriesIDReader is a Reader for the GetSeriesID structure.

func (*GetSeriesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSeriesIDUnauthorized

type GetSeriesIDUnauthorized struct {
	Payload *models.NotAuthorized
}

GetSeriesIDUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewGetSeriesIDUnauthorized

func NewGetSeriesIDUnauthorized() *GetSeriesIDUnauthorized

NewGetSeriesIDUnauthorized creates a GetSeriesIDUnauthorized with default headers values

func (*GetSeriesIDUnauthorized) Error

func (o *GetSeriesIDUnauthorized) Error() string

func (*GetSeriesIDUnauthorized) GetPayload

func (o *GetSeriesIDUnauthorized) GetPayload() *models.NotAuthorized

type HeadSeriesIDNotFound

type HeadSeriesIDNotFound struct {
	Payload *models.NotFound
}

HeadSeriesIDNotFound handles this case with default header values.

Returned if the given series ID does not exist

func NewHeadSeriesIDNotFound

func NewHeadSeriesIDNotFound() *HeadSeriesIDNotFound

NewHeadSeriesIDNotFound creates a HeadSeriesIDNotFound with default headers values

func (*HeadSeriesIDNotFound) Error

func (o *HeadSeriesIDNotFound) Error() string

func (*HeadSeriesIDNotFound) GetPayload

func (o *HeadSeriesIDNotFound) GetPayload() *models.NotFound

type HeadSeriesIDOK

type HeadSeriesIDOK struct {
}

HeadSeriesIDOK handles this case with default header values.

Series header information. Good for getting the Last-Updated header to find out when the series was last modified.

func NewHeadSeriesIDOK

func NewHeadSeriesIDOK() *HeadSeriesIDOK

NewHeadSeriesIDOK creates a HeadSeriesIDOK with default headers values

func (*HeadSeriesIDOK) Error

func (o *HeadSeriesIDOK) Error() string

type HeadSeriesIDParams

type HeadSeriesIDParams struct {

	/*AcceptLanguage
	  Records are returned with the some fields in the desired language, if it exists. If there is no translation for the given language, then the record is still returned but with empty values for the translated fields.

	*/
	AcceptLanguage *string
	/*ID
	  ID of the series

	*/
	ID int64

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

HeadSeriesIDParams contains all the parameters to send to the API endpoint for the head series ID operation typically these are written to a http.Request

func NewHeadSeriesIDParams

func NewHeadSeriesIDParams() *HeadSeriesIDParams

NewHeadSeriesIDParams creates a new HeadSeriesIDParams object with the default values initialized.

func NewHeadSeriesIDParamsWithContext

func NewHeadSeriesIDParamsWithContext(ctx context.Context) *HeadSeriesIDParams

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

func NewHeadSeriesIDParamsWithHTTPClient

func NewHeadSeriesIDParamsWithHTTPClient(client *http.Client) *HeadSeriesIDParams

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

func NewHeadSeriesIDParamsWithTimeout

func NewHeadSeriesIDParamsWithTimeout(timeout time.Duration) *HeadSeriesIDParams

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

func (*HeadSeriesIDParams) SetAcceptLanguage

func (o *HeadSeriesIDParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the head series ID params

func (*HeadSeriesIDParams) SetContext

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

SetContext adds the context to the head series ID params

func (*HeadSeriesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the head series ID params

func (*HeadSeriesIDParams) SetID

func (o *HeadSeriesIDParams) SetID(id int64)

SetID adds the id to the head series ID params

func (*HeadSeriesIDParams) SetTimeout

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

SetTimeout adds the timeout to the head series ID params

func (*HeadSeriesIDParams) WithAcceptLanguage

func (o *HeadSeriesIDParams) WithAcceptLanguage(acceptLanguage *string) *HeadSeriesIDParams

WithAcceptLanguage adds the acceptLanguage to the head series ID params

func (*HeadSeriesIDParams) WithContext

WithContext adds the context to the head series ID params

func (*HeadSeriesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the head series ID params

func (*HeadSeriesIDParams) WithID

WithID adds the id to the head series ID params

func (*HeadSeriesIDParams) WithTimeout

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

WithTimeout adds the timeout to the head series ID params

func (*HeadSeriesIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type HeadSeriesIDReader

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

HeadSeriesIDReader is a Reader for the HeadSeriesID structure.

func (*HeadSeriesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HeadSeriesIDUnauthorized

type HeadSeriesIDUnauthorized struct {
	Payload *models.NotAuthorized
}

HeadSeriesIDUnauthorized handles this case with default header values.

Returned if your JWT token is missing or expired

func NewHeadSeriesIDUnauthorized

func NewHeadSeriesIDUnauthorized() *HeadSeriesIDUnauthorized

NewHeadSeriesIDUnauthorized creates a HeadSeriesIDUnauthorized with default headers values

func (*HeadSeriesIDUnauthorized) Error

func (o *HeadSeriesIDUnauthorized) Error() string

func (*HeadSeriesIDUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL