Documentation ¶
Index ¶
- func Bool(b bool) *bool
- func BoolValue(v *bool) bool
- func Float32(f float32) *float32
- func Float32Value(v *float32) float32
- func Float64(f float64) *float64
- func Float64Value(v *float64) float64
- func Int(i int) *int
- func Int64(i int64) *int64
- func Int64Value(v *int64) int64
- func IntValue(v *int) int
- func String(s string) *string
- func StringValue(v *string) string
- type Action
- type Client
- func (c *Client) GetAllArtworkStatuses() (*GetAllArtworkStatusesResponse, error)
- func (c *Client) GetAllArtworkTypes() (*GetAllArtworkTypesResponse, error)
- func (c *Client) GetAllAwards() (*GetAllAwardsResponse, error)
- func (c *Client) GetAllCompanies(page *float64) (*GetAllCompaniesResponse, error)
- func (c *Client) GetAllContentRatings() (*GetAllContentRatingsResponse, error)
- func (c *Client) GetAllCountries() (*GetAllCountriesResponse, error)
- func (c *Client) GetAllEpisodes(page *float64) (*GetAllEpisodesResponse, error)
- func (c *Client) GetAllGenders() (*GetAllGendersResponse, error)
- func (c *Client) GetAllGenres() (*GetAllGenresResponse, error)
- func (c *Client) GetAllInspirationTypes() (*GetAllInspirationTypesResponse, error)
- func (c *Client) GetAllLanguages() (*GetAllLanguagesResponse, error)
- func (c *Client) GetAllLists(page *float64) (*GetAllListsResponse, error)
- func (c *Client) GetAllMovie(page *float64) (*GetAllMovieResponse, error)
- func (c *Client) GetAllMovieStatuses() (*GetAllMovieStatusesResponse, error)
- func (c *Client) GetAllPeople(page *float64) (*GetAllPeopleResponse, error)
- func (c *Client) GetAllPeopleTypes() (*GetAllPeopleTypesResponse, error)
- func (c *Client) GetAllSeasons(page *float64) (*GetAllSeasonsResponse, error)
- func (c *Client) GetAllSeries(page *float64) (*GetAllSeriesResponse, error)
- func (c *Client) GetAllSeriesStatuses() (*GetAllSeriesStatusesResponse, error)
- func (c *Client) GetAllSourceTypes() (*GetAllSourceTypesResponse, error)
- func (c *Client) GetArtworkBase(id float64) (*GetArtworkBaseResponse, error)
- func (c *Client) GetArtworkExtended(id float64) (*GetArtworkExtendedResponse, error)
- func (c *Client) GetAward(id float64) (*GetAwardResponse, error)
- func (c *Client) GetAwardCategory(id float64) (*GetAwardCategoryResponse, error)
- func (c *Client) GetAwardCategoryExtended(id float64) (*GetAwardCategoryExtendedResponse, error)
- func (c *Client) GetAwardExtended(id float64) (*GetAwardExtendedResponse, error)
- func (c *Client) GetCharacterBase(id float64) (*GetCharacterBaseResponse, error)
- func (c *Client) GetCompany(id float64) (*GetCompanyResponse, error)
- func (c *Client) GetCompanyTypes() (*GetCompanyTypesResponse, error)
- func (c *Client) GetEntityTypes() (*GetEntityTypesResponse, error)
- func (c *Client) GetEpisodeBase(id float64) (*GetEpisodeBaseResponse, error)
- func (c *Client) GetEpisodeExtended(id float64, meta *operations.Meta) (*GetEpisodeExtendedResponse, error)
- func (c *Client) GetEpisodeTranslation(id float64, language string) (*GetEpisodeTranslationResponse, error)
- func (c *Client) GetGenreBase(id float64) (*GetGenreBaseResponse, error)
- func (c *Client) GetList(id float64) (*GetListResponse, error)
- func (c *Client) GetListBySlug(slug string) (*GetListBySlugResponse, error)
- func (c *Client) GetListExtended(id float64) (*GetListExtendedResponse, error)
- func (c *Client) GetListTranslation(id float64, language string) (*GetListTranslationResponse, error)
- func (c *Client) GetMovieBase(id float64) (*GetMovieBaseResponse, error)
- func (c *Client) GetMovieBaseBySlug(slug string) (*GetMovieBaseBySlugResponse, error)
- func (c *Client) GetMovieExtended(id float64, meta *operations.QueryParamMeta, short *bool) (*GetMovieExtendedResponse, error)
- func (c *Client) GetMovieTranslation(id float64, language string) (*GetMovieTranslationResponse, error)
- func (c *Client) GetMoviesFilter(request operations.GetMoviesFilterRequest) (*GetMoviesFilterResponse, error)
- func (c *Client) GetPeopleBase(id float64) (*GetPeopleBaseResponse, error)
- func (c *Client) GetPeopleExtended(id float64, meta *operations.GetPeopleExtendedQueryParamMeta) (*GetPeopleExtendedResponse, error)
- func (c *Client) GetPeopleTranslation(id float64, language string) (*GetPeopleTranslationResponse, error)
- func (c *Client) GetSearchResults(request operations.GetSearchResultsRequest) (*GetSearchResultsResponse, error)
- func (c *Client) GetSearchResultsByRemoteID(remoteID string) (*GetSearchResultsByRemoteIDResponse, error)
- func (c *Client) GetSeasonBase(id float64) (*GetSeasonBaseResponse, error)
- func (c *Client) GetSeasonExtended(id float64) (*GetSeasonExtendedResponse, error)
- func (c *Client) GetSeasonTypes() (*GetSeasonTypesResponse, error)
- func (c *Client) GetSeriesArtworks(id float64, lang *string, type_ *int64) (*GetSeriesArtworksResponse, error)
- func (c *Client) GetSeriesBase(id float64) (*GetSeriesBaseResponse, error)
- func (c *Client) GetSeriesBaseBySlug(slug string) (*GetSeriesBaseBySlugResponse, error)
- func (c *Client) GetSeriesEpisodes(request operations.GetSeriesEpisodesRequest) (*GetSeriesEpisodesResponse, error)
- func (c *Client) GetSeriesExtended(id float64, meta *operations.GetSeriesExtendedQueryParamMeta, short *bool) (*GetSeriesExtendedResponse, error)
- func (c *Client) GetSeriesFilter(request operations.GetSeriesFilterRequest) (*GetSeriesFilterResponse, error)
- func (c *Client) GetSeriesNextAired(id float64) (*GetSeriesNextAiredResponse, error)
- func (c *Client) GetSeriesSeasonEpisodesTranslated(id float64, lang string, page int64, seasonType string) (*GetSeriesSeasonEpisodesTranslatedResponse, error)
- func (c *Client) GetSeriesTranslation(id float64, language string) (*GetSeriesTranslationResponse, error)
- func (c *Client) PostLogin(request operations.PostLoginRequestBody) (*PostLoginResponse, error)
- func (c *Client) Updates(since int64, action *operations.Action, page *float64, type_ *operations.Type) (*UpdatesResponse, error)
- type CreateUserFavoritesRaw
- type Data
- type GetAllArtworkStatusesRaw
- type GetAllArtworkStatusesResponse
- type GetAllArtworkTypesRaw
- type GetAllArtworkTypesResponse
- type GetAllAwardsRaw
- type GetAllAwardsResponse
- type GetAllCompaniesRaw
- type GetAllCompaniesRequest
- type GetAllCompaniesResponse
- type GetAllContentRatingsRaw
- type GetAllContentRatingsResponse
- type GetAllCountriesRaw
- type GetAllCountriesResponse
- type GetAllEpisodesRaw
- type GetAllEpisodesRequest
- type GetAllEpisodesResponse
- type GetAllGendersRaw
- type GetAllGendersResponse
- type GetAllGenresRaw
- type GetAllGenresResponse
- type GetAllInspirationTypesRaw
- type GetAllInspirationTypesResponse
- type GetAllLanguagesRaw
- type GetAllLanguagesResponse
- type GetAllListsRaw
- type GetAllListsRequest
- type GetAllListsResponse
- type GetAllMovieRaw
- type GetAllMovieRequest
- type GetAllMovieResponse
- type GetAllMovieStatusesRaw
- type GetAllMovieStatusesResponse
- type GetAllPeopleRaw
- type GetAllPeopleRequest
- type GetAllPeopleResponse
- type GetAllPeopleTypesRaw
- type GetAllPeopleTypesResponse
- type GetAllSeasonsRaw
- type GetAllSeasonsRequest
- type GetAllSeasonsResponse
- type GetAllSeriesRaw
- type GetAllSeriesRequest
- type GetAllSeriesResponse
- type GetAllSeriesStatusesRaw
- type GetAllSeriesStatusesResponse
- type GetAllSourceTypesRaw
- type GetAllSourceTypesResponse
- type GetArtworkBaseRaw
- type GetArtworkBaseRequest
- type GetArtworkBaseResponse
- type GetArtworkExtendedRaw
- type GetArtworkExtendedRequest
- type GetArtworkExtendedResponse
- type GetAwardCategoryExtendedRaw
- type GetAwardCategoryExtendedRequest
- type GetAwardCategoryExtendedResponse
- type GetAwardCategoryRaw
- type GetAwardCategoryRequest
- type GetAwardCategoryResponse
- type GetAwardExtendedRaw
- type GetAwardExtendedRequest
- type GetAwardExtendedResponse
- type GetAwardRaw
- type GetAwardRequest
- type GetAwardResponse
- type GetCharacterBaseRaw
- type GetCharacterBaseRequest
- type GetCharacterBaseResponse
- type GetCompanyRaw
- type GetCompanyRequest
- type GetCompanyResponse
- type GetCompanyTypesRaw
- type GetCompanyTypesResponse
- type GetEntityTypesRaw
- type GetEntityTypesResponse
- type GetEpisodeBaseRaw
- type GetEpisodeBaseRequest
- type GetEpisodeBaseResponse
- type GetEpisodeExtendedRaw
- type GetEpisodeExtendedRequest
- type GetEpisodeExtendedResponse
- type GetEpisodeTranslationRaw
- type GetEpisodeTranslationRequest
- type GetEpisodeTranslationResponse
- type GetGenreBaseRaw
- type GetGenreBaseRequest
- type GetGenreBaseResponse
- type GetListBySlugRaw
- type GetListBySlugRequest
- type GetListBySlugResponse
- type GetListExtendedRaw
- type GetListExtendedRequest
- type GetListExtendedResponse
- type GetListRaw
- type GetListRequest
- type GetListResponse
- type GetListTranslationRaw
- type GetListTranslationRequest
- type GetListTranslationResponse
- type GetMovieBaseBySlugRaw
- type GetMovieBaseBySlugRequest
- type GetMovieBaseBySlugResponse
- type GetMovieBaseRaw
- type GetMovieBaseRequest
- type GetMovieBaseResponse
- type GetMovieExtendedRaw
- type GetMovieExtendedRequest
- type GetMovieExtendedResponse
- type GetMovieTranslationRaw
- type GetMovieTranslationRequest
- type GetMovieTranslationResponse
- type GetMoviesFilterRaw
- type GetMoviesFilterRequest
- type GetMoviesFilterResponse
- type GetPeopleBaseRaw
- type GetPeopleBaseRequest
- type GetPeopleBaseResponse
- type GetPeopleExtendedQueryParamMeta
- type GetPeopleExtendedRaw
- type GetPeopleExtendedRequest
- type GetPeopleExtendedResponse
- type GetPeopleTranslationRaw
- type GetPeopleTranslationRequest
- type GetPeopleTranslationResponse
- type GetSearchResultsByRemoteIDRaw
- type GetSearchResultsByRemoteIDRequest
- type GetSearchResultsByRemoteIDResponse
- type GetSearchResultsRaw
- type GetSearchResultsRequest
- type GetSearchResultsResponse
- type GetSeasonBaseRaw
- type GetSeasonBaseRequest
- type GetSeasonBaseResponse
- type GetSeasonExtendedRaw
- type GetSeasonExtendedRequest
- type GetSeasonExtendedResponse
- type GetSeasonTranslationRaw
- type GetSeasonTranslationRequest
- type GetSeasonTranslationResponse
- type GetSeasonTypesRaw
- type GetSeasonTypesResponse
- type GetSeriesArtworksRaw
- type GetSeriesArtworksRequest
- type GetSeriesArtworksResponse
- type GetSeriesBaseBySlugRaw
- type GetSeriesBaseBySlugRequest
- type GetSeriesBaseBySlugResponse
- type GetSeriesBaseRaw
- type GetSeriesBaseRequest
- type GetSeriesBaseResponse
- type GetSeriesEpisodesData
- type GetSeriesEpisodesRaw
- type GetSeriesEpisodesRequest
- type GetSeriesEpisodesResponse
- type GetSeriesExtendedQueryParamMeta
- type GetSeriesExtendedRaw
- type GetSeriesExtendedRequest
- type GetSeriesExtendedResponse
- type GetSeriesFilterRaw
- type GetSeriesFilterRequest
- type GetSeriesFilterResponse
- type GetSeriesNextAiredRaw
- type GetSeriesNextAiredRequest
- type GetSeriesNextAiredResponse
- type GetSeriesSeasonEpisodesTranslatedData
- type GetSeriesSeasonEpisodesTranslatedRaw
- type GetSeriesSeasonEpisodesTranslatedRequest
- type GetSeriesSeasonEpisodesTranslatedResponse
- type GetSeriesTranslationRaw
- type GetSeriesTranslationRequest
- type GetSeriesTranslationResponse
- type GetUserFavoritesRaw
- type GetUserFavoritesResponse
- type GetUserInfoByIDRaw
- type GetUserInfoByIDRequest
- type GetUserInfoByIDResponse
- type GetUserInfoRaw
- type GetUserInfoResponse
- type Meta
- type PostLoginRaw
- type PostLoginRequestBody
- type PostLoginResponse
- type QueryParamMeta
- type QueryParamSort
- type Sort
- type SortType
- type Type
- type UpdatesRaw
- type UpdatesRequest
- type UpdatesResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolValue ¶ added in v0.2.1
BoolValue returns the value of pointer if set, otherwise the zero value
func Float32Value ¶
Float32Value returns the value of pointer if set, otherwise the zero value
func Float64Value ¶ added in v0.2.1
Float64Value returns the value of pointer if set, otherwise the zero value
func Int64Value ¶ added in v0.2.1
Int64Value returns the value of pointer if set, otherwise the zero value
func IntValue ¶ added in v0.2.1
IntValue returns the value of pointer if set, otherwise the zero value
func StringValue ¶
StringValue returns the value of pointer if set, otherwise the zero value
Types ¶
type Action ¶ added in v0.3.0
type Action = operations.Action
type Client ¶
func (*Client) GetAllArtworkStatuses ¶
func (c *Client) GetAllArtworkStatuses() (*GetAllArtworkStatusesResponse, error)
GetAllArtworkStatuses wraps the generated openapi.SDK.ArtworkStatuses.GetAllArtworkStatuses call
func (*Client) GetAllArtworkTypes ¶
func (c *Client) GetAllArtworkTypes() (*GetAllArtworkTypesResponse, error)
GetAllArtworkTypes wraps the generated openapi.SDK.ArtworkTypes.GetAllArtworkTypes call
func (*Client) GetAllAwards ¶
func (c *Client) GetAllAwards() (*GetAllAwardsResponse, error)
GetAllAwards wraps the generated openapi.SDK.Awards.GetAllAwards call
func (*Client) GetAllCompanies ¶
func (c *Client) GetAllCompanies(page *float64) (*GetAllCompaniesResponse, error)
GetAllCompanies wraps the generated openapi.SDK.Companies.GetAllCompanies call
func (*Client) GetAllContentRatings ¶
func (c *Client) GetAllContentRatings() (*GetAllContentRatingsResponse, error)
GetAllContentRatings wraps the generated openapi.SDK.ContentRatings.GetAllContentRatings call
func (*Client) GetAllCountries ¶
func (c *Client) GetAllCountries() (*GetAllCountriesResponse, error)
GetAllCountries wraps the generated openapi.SDK.Countries.GetAllCountries call
func (*Client) GetAllEpisodes ¶
func (c *Client) GetAllEpisodes(page *float64) (*GetAllEpisodesResponse, error)
GetAllEpisodes wraps the generated openapi.SDK.Episodes.GetAllEpisodes call
func (*Client) GetAllGenders ¶
func (c *Client) GetAllGenders() (*GetAllGendersResponse, error)
GetAllGenders wraps the generated openapi.SDK.Genders.GetAllGenders call
func (*Client) GetAllGenres ¶
func (c *Client) GetAllGenres() (*GetAllGenresResponse, error)
GetAllGenres wraps the generated openapi.SDK.Genres.GetAllGenres call
func (*Client) GetAllInspirationTypes ¶
func (c *Client) GetAllInspirationTypes() (*GetAllInspirationTypesResponse, error)
GetAllInspirationTypes wraps the generated openapi.SDK.InspirationTypes.GetAllInspirationTypes call
func (*Client) GetAllLanguages ¶
func (c *Client) GetAllLanguages() (*GetAllLanguagesResponse, error)
GetAllLanguages wraps the generated openapi.SDK.Languages.GetAllLanguages call
func (*Client) GetAllLists ¶
func (c *Client) GetAllLists(page *float64) (*GetAllListsResponse, error)
GetAllLists wraps the generated openapi.SDK.Lists.GetAllLists call
func (*Client) GetAllMovie ¶
func (c *Client) GetAllMovie(page *float64) (*GetAllMovieResponse, error)
GetAllMovie wraps the generated openapi.SDK.Movies.GetAllMovie call
func (*Client) GetAllMovieStatuses ¶
func (c *Client) GetAllMovieStatuses() (*GetAllMovieStatusesResponse, error)
GetAllMovieStatuses wraps the generated openapi.SDK.MovieStatuses.GetAllMovieStatuses call
func (*Client) GetAllPeople ¶
func (c *Client) GetAllPeople(page *float64) (*GetAllPeopleResponse, error)
GetAllPeople wraps the generated openapi.SDK.People.GetAllPeople call
func (*Client) GetAllPeopleTypes ¶
func (c *Client) GetAllPeopleTypes() (*GetAllPeopleTypesResponse, error)
GetAllPeopleTypes wraps the generated openapi.SDK.PeopleTypes.GetAllPeopleTypes call
func (*Client) GetAllSeasons ¶
func (c *Client) GetAllSeasons(page *float64) (*GetAllSeasonsResponse, error)
GetAllSeasons wraps the generated openapi.SDK.Seasons.GetAllSeasons call
func (*Client) GetAllSeries ¶
func (c *Client) GetAllSeries(page *float64) (*GetAllSeriesResponse, error)
GetAllSeries wraps the generated openapi.SDK.Series.GetAllSeries call
func (*Client) GetAllSeriesStatuses ¶
func (c *Client) GetAllSeriesStatuses() (*GetAllSeriesStatusesResponse, error)
GetAllSeriesStatuses wraps the generated openapi.SDK.SeriesStatuses.GetAllSeriesStatuses call
func (*Client) GetAllSourceTypes ¶
func (c *Client) GetAllSourceTypes() (*GetAllSourceTypesResponse, error)
GetAllSourceTypes wraps the generated openapi.SDK.SourceTypes.GetAllSourceTypes call
func (*Client) GetArtworkBase ¶
func (c *Client) GetArtworkBase(id float64) (*GetArtworkBaseResponse, error)
GetArtworkBase wraps the generated openapi.SDK.Artwork.GetArtworkBase call
func (*Client) GetArtworkExtended ¶
func (c *Client) GetArtworkExtended(id float64) (*GetArtworkExtendedResponse, error)
GetArtworkExtended wraps the generated openapi.SDK.Artwork.GetArtworkExtended call
func (*Client) GetAward ¶
func (c *Client) GetAward(id float64) (*GetAwardResponse, error)
GetAward wraps the generated openapi.SDK.Awards.GetAward call
func (*Client) GetAwardCategory ¶
func (c *Client) GetAwardCategory(id float64) (*GetAwardCategoryResponse, error)
GetAwardCategory wraps the generated openapi.SDK.AwardCategories.GetAwardCategory call
func (*Client) GetAwardCategoryExtended ¶
func (c *Client) GetAwardCategoryExtended(id float64) (*GetAwardCategoryExtendedResponse, error)
GetAwardCategoryExtended wraps the generated openapi.SDK.AwardCategories.GetAwardCategoryExtended call
func (*Client) GetAwardExtended ¶
func (c *Client) GetAwardExtended(id float64) (*GetAwardExtendedResponse, error)
GetAwardExtended wraps the generated openapi.SDK.Awards.GetAwardExtended call
func (*Client) GetCharacterBase ¶
func (c *Client) GetCharacterBase(id float64) (*GetCharacterBaseResponse, error)
GetCharacterBase wraps the generated openapi.SDK.Characters.GetCharacterBase call
func (*Client) GetCompany ¶
func (c *Client) GetCompany(id float64) (*GetCompanyResponse, error)
GetCompany wraps the generated openapi.SDK.Companies.GetCompany call
func (*Client) GetCompanyTypes ¶
func (c *Client) GetCompanyTypes() (*GetCompanyTypesResponse, error)
GetCompanyTypes wraps the generated openapi.SDK.Companies.GetCompanyTypes call
func (*Client) GetEntityTypes ¶
func (c *Client) GetEntityTypes() (*GetEntityTypesResponse, error)
GetEntityTypes wraps the generated openapi.SDK.EntityTypes.GetEntityTypes call
func (*Client) GetEpisodeBase ¶
func (c *Client) GetEpisodeBase(id float64) (*GetEpisodeBaseResponse, error)
GetEpisodeBase wraps the generated openapi.SDK.Episodes.GetEpisodeBase call
func (*Client) GetEpisodeExtended ¶
func (c *Client) GetEpisodeExtended(id float64, meta *operations.Meta) (*GetEpisodeExtendedResponse, error)
GetEpisodeExtended wraps the generated openapi.SDK.Episodes.GetEpisodeExtended call
func (*Client) GetEpisodeTranslation ¶
func (c *Client) GetEpisodeTranslation(id float64, language string) (*GetEpisodeTranslationResponse, error)
GetEpisodeTranslation wraps the generated openapi.SDK.Episodes.GetEpisodeTranslation call
func (*Client) GetGenreBase ¶
func (c *Client) GetGenreBase(id float64) (*GetGenreBaseResponse, error)
GetGenreBase wraps the generated openapi.SDK.Genres.GetGenreBase call
func (*Client) GetList ¶
func (c *Client) GetList(id float64) (*GetListResponse, error)
GetList wraps the generated openapi.SDK.Lists.GetList call
func (*Client) GetListBySlug ¶
func (c *Client) GetListBySlug(slug string) (*GetListBySlugResponse, error)
GetListBySlug wraps the generated openapi.SDK.Lists.GetListBySlug call
func (*Client) GetListExtended ¶
func (c *Client) GetListExtended(id float64) (*GetListExtendedResponse, error)
GetListExtended wraps the generated openapi.SDK.Lists.GetListExtended call
func (*Client) GetListTranslation ¶
func (c *Client) GetListTranslation(id float64, language string) (*GetListTranslationResponse, error)
GetListTranslation wraps the generated openapi.SDK.Lists.GetListTranslation call
func (*Client) GetMovieBase ¶
func (c *Client) GetMovieBase(id float64) (*GetMovieBaseResponse, error)
GetMovieBase wraps the generated openapi.SDK.Movies.GetMovieBase call
func (*Client) GetMovieBaseBySlug ¶
func (c *Client) GetMovieBaseBySlug(slug string) (*GetMovieBaseBySlugResponse, error)
GetMovieBaseBySlug wraps the generated openapi.SDK.Movies.GetMovieBaseBySlug call
func (*Client) GetMovieExtended ¶
func (c *Client) GetMovieExtended(id float64, meta *operations.QueryParamMeta, short *bool) (*GetMovieExtendedResponse, error)
GetMovieExtended wraps the generated openapi.SDK.Movies.GetMovieExtended call
func (*Client) GetMovieTranslation ¶
func (c *Client) GetMovieTranslation(id float64, language string) (*GetMovieTranslationResponse, error)
GetMovieTranslation wraps the generated openapi.SDK.Movies.GetMovieTranslation call
func (*Client) GetMoviesFilter ¶
func (c *Client) GetMoviesFilter(request operations.GetMoviesFilterRequest) (*GetMoviesFilterResponse, error)
GetMoviesFilter wraps the generated openapi.SDK.Movies.GetMoviesFilter call
func (*Client) GetPeopleBase ¶
func (c *Client) GetPeopleBase(id float64) (*GetPeopleBaseResponse, error)
GetPeopleBase wraps the generated openapi.SDK.People.GetPeopleBase call
func (*Client) GetPeopleExtended ¶
func (c *Client) GetPeopleExtended(id float64, meta *operations.GetPeopleExtendedQueryParamMeta) (*GetPeopleExtendedResponse, error)
GetPeopleExtended wraps the generated openapi.SDK.People.GetPeopleExtended call
func (*Client) GetPeopleTranslation ¶
func (c *Client) GetPeopleTranslation(id float64, language string) (*GetPeopleTranslationResponse, error)
GetPeopleTranslation wraps the generated openapi.SDK.People.GetPeopleTranslation call
func (*Client) GetSearchResults ¶
func (c *Client) GetSearchResults(request operations.GetSearchResultsRequest) (*GetSearchResultsResponse, error)
GetSearchResults wraps the generated openapi.SDK.Search.GetSearchResults call
func (*Client) GetSearchResultsByRemoteID ¶ added in v0.1.1
func (c *Client) GetSearchResultsByRemoteID(remoteID string) (*GetSearchResultsByRemoteIDResponse, error)
GetSearchResultsByRemoteID wraps the generated openapi.SDK.Search.GetSearchResultsByRemoteID call
func (*Client) GetSeasonBase ¶
func (c *Client) GetSeasonBase(id float64) (*GetSeasonBaseResponse, error)
GetSeasonBase wraps the generated openapi.SDK.Seasons.GetSeasonBase call
func (*Client) GetSeasonExtended ¶
func (c *Client) GetSeasonExtended(id float64) (*GetSeasonExtendedResponse, error)
GetSeasonExtended wraps the generated openapi.SDK.Seasons.GetSeasonExtended call
func (*Client) GetSeasonTypes ¶
func (c *Client) GetSeasonTypes() (*GetSeasonTypesResponse, error)
GetSeasonTypes wraps the generated openapi.SDK.Seasons.GetSeasonTypes call
func (*Client) GetSeriesArtworks ¶
func (c *Client) GetSeriesArtworks(id float64, lang *string, type_ *int64) (*GetSeriesArtworksResponse, error)
GetSeriesArtworks wraps the generated openapi.SDK.Series.GetSeriesArtworks call
func (*Client) GetSeriesBase ¶
func (c *Client) GetSeriesBase(id float64) (*GetSeriesBaseResponse, error)
GetSeriesBase wraps the generated openapi.SDK.Series.GetSeriesBase call
func (*Client) GetSeriesBaseBySlug ¶
func (c *Client) GetSeriesBaseBySlug(slug string) (*GetSeriesBaseBySlugResponse, error)
GetSeriesBaseBySlug wraps the generated openapi.SDK.Series.GetSeriesBaseBySlug call
func (*Client) GetSeriesEpisodes ¶
func (c *Client) GetSeriesEpisodes(request operations.GetSeriesEpisodesRequest) (*GetSeriesEpisodesResponse, error)
GetSeriesEpisodes wraps the generated openapi.SDK.Series.GetSeriesEpisodes call
func (*Client) GetSeriesExtended ¶
func (c *Client) GetSeriesExtended(id float64, meta *operations.GetSeriesExtendedQueryParamMeta, short *bool) (*GetSeriesExtendedResponse, error)
GetSeriesExtended wraps the generated openapi.SDK.Series.GetSeriesExtended call
func (*Client) GetSeriesFilter ¶
func (c *Client) GetSeriesFilter(request operations.GetSeriesFilterRequest) (*GetSeriesFilterResponse, error)
GetSeriesFilter wraps the generated openapi.SDK.Series.GetSeriesFilter call
func (*Client) GetSeriesNextAired ¶
func (c *Client) GetSeriesNextAired(id float64) (*GetSeriesNextAiredResponse, error)
GetSeriesNextAired wraps the generated openapi.SDK.Series.GetSeriesNextAired call
func (*Client) GetSeriesSeasonEpisodesTranslated ¶
func (c *Client) GetSeriesSeasonEpisodesTranslated(id float64, lang string, page int64, seasonType string) (*GetSeriesSeasonEpisodesTranslatedResponse, error)
GetSeriesSeasonEpisodesTranslated wraps the generated openapi.SDK.Series.GetSeriesSeasonEpisodesTranslated call
func (*Client) GetSeriesTranslation ¶
func (c *Client) GetSeriesTranslation(id float64, language string) (*GetSeriesTranslationResponse, error)
GetSeriesTranslation wraps the generated openapi.SDK.Series.GetSeriesTranslation call
func (*Client) PostLogin ¶
func (c *Client) PostLogin(request operations.PostLoginRequestBody) (*PostLoginResponse, error)
PostLogin wraps the generated openapi.SDK.Login.PostLogin call
func (*Client) Updates ¶
func (c *Client) Updates(since int64, action *operations.Action, page *float64, type_ *operations.Type) (*UpdatesResponse, error)
Updates wraps the generated openapi.SDK.Updates.Updates call
type CreateUserFavoritesRaw ¶ added in v0.3.0
type CreateUserFavoritesRaw = operations.CreateUserFavoritesResponse
request, response
type Data ¶ added in v0.3.0
type Data = operations.Data
type GetAllArtworkStatusesRaw ¶ added in v0.3.0
type GetAllArtworkStatusesRaw = operations.GetAllArtworkStatusesResponse
type GetAllArtworkStatusesResponse ¶
type GetAllArtworkStatusesResponse = operations.GetAllArtworkStatusesResponseBody
type GetAllArtworkTypesRaw ¶ added in v0.3.0
type GetAllArtworkTypesRaw = operations.GetAllArtworkTypesResponse
type GetAllArtworkTypesResponse ¶
type GetAllArtworkTypesResponse = operations.GetAllArtworkTypesResponseBody
type GetAllAwardsRaw ¶ added in v0.3.0
type GetAllAwardsRaw = operations.GetAllAwardsResponse
type GetAllAwardsResponse ¶
type GetAllAwardsResponse = operations.GetAllAwardsResponseBody
type GetAllCompaniesRaw ¶ added in v0.3.0
type GetAllCompaniesRaw = operations.GetAllCompaniesResponse
type GetAllCompaniesRequest ¶ added in v0.2.0
type GetAllCompaniesRequest = operations.GetAllCompaniesRequest
type GetAllCompaniesResponse ¶
type GetAllCompaniesResponse = operations.GetAllCompaniesResponseBody
type GetAllContentRatingsRaw ¶ added in v0.3.0
type GetAllContentRatingsRaw = operations.GetAllContentRatingsResponse
type GetAllContentRatingsResponse ¶
type GetAllContentRatingsResponse = operations.GetAllContentRatingsResponseBody
type GetAllCountriesRaw ¶ added in v0.3.0
type GetAllCountriesRaw = operations.GetAllCountriesResponse
type GetAllCountriesResponse ¶
type GetAllCountriesResponse = operations.GetAllCountriesResponseBody
type GetAllEpisodesRaw ¶ added in v0.3.0
type GetAllEpisodesRaw = operations.GetAllEpisodesResponse
type GetAllEpisodesRequest ¶ added in v0.2.0
type GetAllEpisodesRequest = operations.GetAllEpisodesRequest
type GetAllEpisodesResponse ¶
type GetAllEpisodesResponse = operations.GetAllEpisodesResponseBody
type GetAllGendersRaw ¶ added in v0.3.0
type GetAllGendersRaw = operations.GetAllGendersResponse
type GetAllGendersResponse ¶
type GetAllGendersResponse = operations.GetAllGendersResponseBody
type GetAllGenresRaw ¶ added in v0.3.0
type GetAllGenresRaw = operations.GetAllGenresResponse
type GetAllGenresResponse ¶
type GetAllGenresResponse = operations.GetAllGenresResponseBody
type GetAllInspirationTypesRaw ¶ added in v0.3.0
type GetAllInspirationTypesRaw = operations.GetAllInspirationTypesResponse
type GetAllInspirationTypesResponse ¶
type GetAllInspirationTypesResponse = operations.GetAllInspirationTypesResponseBody
type GetAllLanguagesRaw ¶ added in v0.3.0
type GetAllLanguagesRaw = operations.GetAllLanguagesResponse
type GetAllLanguagesResponse ¶
type GetAllLanguagesResponse = operations.GetAllLanguagesResponseBody
type GetAllListsRaw ¶ added in v0.3.0
type GetAllListsRaw = operations.GetAllListsResponse
type GetAllListsRequest ¶ added in v0.2.0
type GetAllListsRequest = operations.GetAllListsRequest
type GetAllListsResponse ¶
type GetAllListsResponse = operations.GetAllListsResponseBody
type GetAllMovieRaw ¶ added in v0.3.0
type GetAllMovieRaw = operations.GetAllMovieResponse
type GetAllMovieRequest ¶ added in v0.2.0
type GetAllMovieRequest = operations.GetAllMovieRequest
type GetAllMovieResponse ¶
type GetAllMovieResponse = operations.GetAllMovieResponseBody
type GetAllMovieStatusesRaw ¶ added in v0.3.0
type GetAllMovieStatusesRaw = operations.GetAllMovieStatusesResponse
type GetAllMovieStatusesResponse ¶
type GetAllMovieStatusesResponse = operations.GetAllMovieStatusesResponseBody
type GetAllPeopleRaw ¶ added in v0.3.0
type GetAllPeopleRaw = operations.GetAllPeopleResponse
type GetAllPeopleRequest ¶ added in v0.2.0
type GetAllPeopleRequest = operations.GetAllPeopleRequest
type GetAllPeopleResponse ¶
type GetAllPeopleResponse = operations.GetAllPeopleResponseBody
type GetAllPeopleTypesRaw ¶ added in v0.3.0
type GetAllPeopleTypesRaw = operations.GetAllPeopleTypesResponse
type GetAllPeopleTypesResponse ¶
type GetAllPeopleTypesResponse = operations.GetAllPeopleTypesResponseBody
type GetAllSeasonsRaw ¶ added in v0.3.0
type GetAllSeasonsRaw = operations.GetAllSeasonsResponse
type GetAllSeasonsRequest ¶ added in v0.2.0
type GetAllSeasonsRequest = operations.GetAllSeasonsRequest
type GetAllSeasonsResponse ¶
type GetAllSeasonsResponse = operations.GetAllSeasonsResponseBody
type GetAllSeriesRaw ¶ added in v0.3.0
type GetAllSeriesRaw = operations.GetAllSeriesResponse
type GetAllSeriesRequest ¶ added in v0.2.0
type GetAllSeriesRequest = operations.GetAllSeriesRequest
type GetAllSeriesResponse ¶
type GetAllSeriesResponse = operations.GetAllSeriesResponseBody
type GetAllSeriesStatusesRaw ¶ added in v0.3.0
type GetAllSeriesStatusesRaw = operations.GetAllSeriesStatusesResponse
type GetAllSeriesStatusesResponse ¶
type GetAllSeriesStatusesResponse = operations.GetAllSeriesStatusesResponseBody
type GetAllSourceTypesRaw ¶ added in v0.3.0
type GetAllSourceTypesRaw = operations.GetAllSourceTypesResponse
type GetAllSourceTypesResponse ¶
type GetAllSourceTypesResponse = operations.GetAllSourceTypesResponseBody
type GetArtworkBaseRaw ¶ added in v0.3.0
type GetArtworkBaseRaw = operations.GetArtworkBaseResponse
type GetArtworkBaseRequest ¶ added in v0.2.0
type GetArtworkBaseRequest = operations.GetArtworkBaseRequest
type GetArtworkBaseResponse ¶
type GetArtworkBaseResponse = operations.GetArtworkBaseResponseBody
type GetArtworkExtendedRaw ¶ added in v0.3.0
type GetArtworkExtendedRaw = operations.GetArtworkExtendedResponse
type GetArtworkExtendedRequest ¶ added in v0.2.0
type GetArtworkExtendedRequest = operations.GetArtworkExtendedRequest
type GetArtworkExtendedResponse ¶
type GetArtworkExtendedResponse = operations.GetArtworkExtendedResponseBody
type GetAwardCategoryExtendedRaw ¶ added in v0.3.0
type GetAwardCategoryExtendedRaw = operations.GetAwardCategoryExtendedResponse
type GetAwardCategoryExtendedRequest ¶ added in v0.2.0
type GetAwardCategoryExtendedRequest = operations.GetAwardCategoryExtendedRequest
type GetAwardCategoryExtendedResponse ¶
type GetAwardCategoryExtendedResponse = operations.GetAwardCategoryExtendedResponseBody
type GetAwardCategoryRaw ¶ added in v0.3.0
type GetAwardCategoryRaw = operations.GetAwardCategoryResponse
type GetAwardCategoryRequest ¶ added in v0.2.0
type GetAwardCategoryRequest = operations.GetAwardCategoryRequest
type GetAwardCategoryResponse ¶
type GetAwardCategoryResponse = operations.GetAwardCategoryResponseBody
type GetAwardExtendedRaw ¶ added in v0.3.0
type GetAwardExtendedRaw = operations.GetAwardExtendedResponse
type GetAwardExtendedRequest ¶ added in v0.2.0
type GetAwardExtendedRequest = operations.GetAwardExtendedRequest
type GetAwardExtendedResponse ¶
type GetAwardExtendedResponse = operations.GetAwardExtendedResponseBody
type GetAwardRaw ¶ added in v0.3.0
type GetAwardRaw = operations.GetAwardResponse
type GetAwardRequest ¶ added in v0.2.0
type GetAwardRequest = operations.GetAwardRequest
type GetAwardResponse ¶
type GetAwardResponse = operations.GetAwardResponseBody
type GetCharacterBaseRaw ¶ added in v0.3.0
type GetCharacterBaseRaw = operations.GetCharacterBaseResponse
type GetCharacterBaseRequest ¶ added in v0.2.0
type GetCharacterBaseRequest = operations.GetCharacterBaseRequest
type GetCharacterBaseResponse ¶
type GetCharacterBaseResponse = operations.GetCharacterBaseResponseBody
type GetCompanyRaw ¶ added in v0.3.0
type GetCompanyRaw = operations.GetCompanyResponse
type GetCompanyRequest ¶ added in v0.2.0
type GetCompanyRequest = operations.GetCompanyRequest
type GetCompanyResponse ¶
type GetCompanyResponse = operations.GetCompanyResponseBody
type GetCompanyTypesRaw ¶ added in v0.3.0
type GetCompanyTypesRaw = operations.GetCompanyTypesResponse
type GetCompanyTypesResponse ¶
type GetCompanyTypesResponse = operations.GetCompanyTypesResponseBody
type GetEntityTypesRaw ¶ added in v0.3.0
type GetEntityTypesRaw = operations.GetEntityTypesResponse
type GetEntityTypesResponse ¶
type GetEntityTypesResponse = operations.GetEntityTypesResponseBody
type GetEpisodeBaseRaw ¶ added in v0.3.0
type GetEpisodeBaseRaw = operations.GetEpisodeBaseResponse
type GetEpisodeBaseRequest ¶ added in v0.2.0
type GetEpisodeBaseRequest = operations.GetEpisodeBaseRequest
type GetEpisodeBaseResponse ¶
type GetEpisodeBaseResponse = operations.GetEpisodeBaseResponseBody
type GetEpisodeExtendedRaw ¶ added in v0.3.0
type GetEpisodeExtendedRaw = operations.GetEpisodeExtendedResponse
type GetEpisodeExtendedRequest ¶ added in v0.2.0
type GetEpisodeExtendedRequest = operations.GetEpisodeExtendedRequest
type GetEpisodeExtendedResponse ¶
type GetEpisodeExtendedResponse = operations.GetEpisodeExtendedResponseBody
type GetEpisodeTranslationRaw ¶ added in v0.3.0
type GetEpisodeTranslationRaw = operations.GetEpisodeTranslationResponse
type GetEpisodeTranslationRequest ¶ added in v0.2.0
type GetEpisodeTranslationRequest = operations.GetEpisodeTranslationRequest
type GetEpisodeTranslationResponse ¶
type GetEpisodeTranslationResponse = operations.GetEpisodeTranslationResponseBody
type GetGenreBaseRaw ¶ added in v0.3.0
type GetGenreBaseRaw = operations.GetGenreBaseResponse
type GetGenreBaseRequest ¶ added in v0.2.0
type GetGenreBaseRequest = operations.GetGenreBaseRequest
type GetGenreBaseResponse ¶
type GetGenreBaseResponse = operations.GetGenreBaseResponseBody
type GetListBySlugRaw ¶ added in v0.3.0
type GetListBySlugRaw = operations.GetListBySlugResponse
type GetListBySlugRequest ¶ added in v0.2.0
type GetListBySlugRequest = operations.GetListBySlugRequest
type GetListBySlugResponse ¶
type GetListBySlugResponse = operations.GetListBySlugResponseBody
type GetListExtendedRaw ¶ added in v0.3.0
type GetListExtendedRaw = operations.GetListExtendedResponse
type GetListExtendedRequest ¶ added in v0.2.0
type GetListExtendedRequest = operations.GetListExtendedRequest
type GetListExtendedResponse ¶
type GetListExtendedResponse = operations.GetListExtendedResponseBody
type GetListRaw ¶ added in v0.3.0
type GetListRaw = operations.GetListResponse
type GetListRequest ¶ added in v0.2.0
type GetListRequest = operations.GetListRequest
type GetListResponse ¶
type GetListResponse = operations.GetListResponseBody
type GetListTranslationRaw ¶ added in v0.3.0
type GetListTranslationRaw = operations.GetListTranslationResponse
type GetListTranslationRequest ¶ added in v0.2.0
type GetListTranslationRequest = operations.GetListTranslationRequest
type GetListTranslationResponse ¶
type GetListTranslationResponse = operations.GetListTranslationResponseBody
type GetMovieBaseBySlugRaw ¶ added in v0.3.0
type GetMovieBaseBySlugRaw = operations.GetMovieBaseBySlugResponse
type GetMovieBaseBySlugRequest ¶ added in v0.2.0
type GetMovieBaseBySlugRequest = operations.GetMovieBaseBySlugRequest
type GetMovieBaseBySlugResponse ¶
type GetMovieBaseBySlugResponse = operations.GetMovieBaseBySlugResponseBody
type GetMovieBaseRaw ¶ added in v0.3.0
type GetMovieBaseRaw = operations.GetMovieBaseResponse
type GetMovieBaseRequest ¶ added in v0.2.0
type GetMovieBaseRequest = operations.GetMovieBaseRequest
type GetMovieBaseResponse ¶
type GetMovieBaseResponse = operations.GetMovieBaseResponseBody
type GetMovieExtendedRaw ¶ added in v0.3.0
type GetMovieExtendedRaw = operations.GetMovieExtendedResponse
type GetMovieExtendedRequest ¶ added in v0.2.0
type GetMovieExtendedRequest = operations.GetMovieExtendedRequest
type GetMovieExtendedResponse ¶
type GetMovieExtendedResponse = operations.GetMovieExtendedResponseBody
type GetMovieTranslationRaw ¶ added in v0.3.0
type GetMovieTranslationRaw = operations.GetMovieTranslationResponse
type GetMovieTranslationRequest ¶ added in v0.2.0
type GetMovieTranslationRequest = operations.GetMovieTranslationRequest
type GetMovieTranslationResponse ¶
type GetMovieTranslationResponse = operations.GetMovieTranslationResponseBody
type GetMoviesFilterRaw ¶ added in v0.3.0
type GetMoviesFilterRaw = operations.GetMoviesFilterResponse
type GetMoviesFilterRequest ¶ added in v0.2.0
type GetMoviesFilterRequest = operations.GetMoviesFilterRequest
type GetMoviesFilterResponse ¶
type GetMoviesFilterResponse = operations.GetMoviesFilterResponseBody
type GetPeopleBaseRaw ¶ added in v0.3.0
type GetPeopleBaseRaw = operations.GetPeopleBaseResponse
type GetPeopleBaseRequest ¶ added in v0.2.0
type GetPeopleBaseRequest = operations.GetPeopleBaseRequest
type GetPeopleBaseResponse ¶
type GetPeopleBaseResponse = operations.GetPeopleBaseResponseBody
type GetPeopleExtendedQueryParamMeta ¶ added in v0.3.0
type GetPeopleExtendedQueryParamMeta = operations.GetPeopleExtendedQueryParamMeta
type GetPeopleExtendedRaw ¶ added in v0.3.0
type GetPeopleExtendedRaw = operations.GetPeopleExtendedResponse
type GetPeopleExtendedRequest ¶ added in v0.2.0
type GetPeopleExtendedRequest = operations.GetPeopleExtendedRequest
type GetPeopleExtendedResponse ¶
type GetPeopleExtendedResponse = operations.GetPeopleExtendedResponseBody
type GetPeopleTranslationRaw ¶ added in v0.3.0
type GetPeopleTranslationRaw = operations.GetPeopleTranslationResponse
type GetPeopleTranslationRequest ¶ added in v0.2.0
type GetPeopleTranslationRequest = operations.GetPeopleTranslationRequest
type GetPeopleTranslationResponse ¶
type GetPeopleTranslationResponse = operations.GetPeopleTranslationResponseBody
type GetSearchResultsByRemoteIDRaw ¶ added in v0.3.0
type GetSearchResultsByRemoteIDRaw = operations.GetSearchResultsByRemoteIDResponse
type GetSearchResultsByRemoteIDRequest ¶ added in v0.2.0
type GetSearchResultsByRemoteIDRequest = operations.GetSearchResultsByRemoteIDRequest
type GetSearchResultsByRemoteIDResponse ¶ added in v0.2.0
type GetSearchResultsByRemoteIDResponse = operations.GetSearchResultsByRemoteIDResponseBody
type GetSearchResultsRaw ¶ added in v0.3.0
type GetSearchResultsRaw = operations.GetSearchResultsResponse
type GetSearchResultsRequest ¶ added in v0.2.0
type GetSearchResultsRequest = operations.GetSearchResultsRequest
type GetSearchResultsResponse ¶
type GetSearchResultsResponse = operations.GetSearchResultsResponseBody
type GetSeasonBaseRaw ¶ added in v0.3.0
type GetSeasonBaseRaw = operations.GetSeasonBaseResponse
type GetSeasonBaseRequest ¶ added in v0.2.0
type GetSeasonBaseRequest = operations.GetSeasonBaseRequest
type GetSeasonBaseResponse ¶
type GetSeasonBaseResponse = operations.GetSeasonBaseResponseBody
type GetSeasonExtendedRaw ¶ added in v0.3.0
type GetSeasonExtendedRaw = operations.GetSeasonExtendedResponse
type GetSeasonExtendedRequest ¶ added in v0.2.0
type GetSeasonExtendedRequest = operations.GetSeasonExtendedRequest
type GetSeasonExtendedResponse ¶
type GetSeasonExtendedResponse = operations.GetSeasonExtendedResponseBody
type GetSeasonTranslationRaw ¶ added in v0.3.0
type GetSeasonTranslationRaw = operations.GetSeasonTranslationResponse
type GetSeasonTranslationRequest ¶ added in v0.2.0
type GetSeasonTranslationRequest = operations.GetSeasonTranslationRequest
type GetSeasonTranslationResponse ¶
type GetSeasonTranslationResponse = operations.GetSeasonTranslationResponseBody
type GetSeasonTypesRaw ¶ added in v0.3.0
type GetSeasonTypesRaw = operations.GetSeasonTypesResponse
type GetSeasonTypesResponse ¶
type GetSeasonTypesResponse = operations.GetSeasonTypesResponseBody
type GetSeriesArtworksRaw ¶ added in v0.3.0
type GetSeriesArtworksRaw = operations.GetSeriesArtworksResponse
type GetSeriesArtworksRequest ¶ added in v0.2.0
type GetSeriesArtworksRequest = operations.GetSeriesArtworksRequest
type GetSeriesArtworksResponse ¶
type GetSeriesArtworksResponse = operations.GetSeriesArtworksResponseBody
type GetSeriesBaseBySlugRaw ¶ added in v0.3.0
type GetSeriesBaseBySlugRaw = operations.GetSeriesBaseBySlugResponse
type GetSeriesBaseBySlugRequest ¶ added in v0.2.0
type GetSeriesBaseBySlugRequest = operations.GetSeriesBaseBySlugRequest
type GetSeriesBaseBySlugResponse ¶
type GetSeriesBaseBySlugResponse = operations.GetSeriesBaseBySlugResponseBody
type GetSeriesBaseRaw ¶ added in v0.3.0
type GetSeriesBaseRaw = operations.GetSeriesBaseResponse
type GetSeriesBaseRequest ¶ added in v0.2.0
type GetSeriesBaseRequest = operations.GetSeriesBaseRequest
type GetSeriesBaseResponse ¶
type GetSeriesBaseResponse = operations.GetSeriesBaseResponseBody
type GetSeriesEpisodesData ¶ added in v0.3.0
type GetSeriesEpisodesData = operations.GetSeriesEpisodesData
type GetSeriesEpisodesRaw ¶ added in v0.3.0
type GetSeriesEpisodesRaw = operations.GetSeriesEpisodesResponse
type GetSeriesEpisodesRequest ¶ added in v0.2.0
type GetSeriesEpisodesRequest = operations.GetSeriesEpisodesRequest
type GetSeriesEpisodesResponse ¶
type GetSeriesEpisodesResponse = operations.GetSeriesEpisodesResponseBody
type GetSeriesExtendedQueryParamMeta ¶ added in v0.3.0
type GetSeriesExtendedQueryParamMeta = operations.GetSeriesExtendedQueryParamMeta
type GetSeriesExtendedRaw ¶ added in v0.3.0
type GetSeriesExtendedRaw = operations.GetSeriesExtendedResponse
type GetSeriesExtendedRequest ¶ added in v0.2.0
type GetSeriesExtendedRequest = operations.GetSeriesExtendedRequest
type GetSeriesExtendedResponse ¶
type GetSeriesExtendedResponse = operations.GetSeriesExtendedResponseBody
type GetSeriesFilterRaw ¶ added in v0.3.0
type GetSeriesFilterRaw = operations.GetSeriesFilterResponse
type GetSeriesFilterRequest ¶ added in v0.2.0
type GetSeriesFilterRequest = operations.GetSeriesFilterRequest
type GetSeriesFilterResponse ¶
type GetSeriesFilterResponse = operations.GetSeriesFilterResponseBody
type GetSeriesNextAiredRaw ¶ added in v0.3.0
type GetSeriesNextAiredRaw = operations.GetSeriesNextAiredResponse
type GetSeriesNextAiredRequest ¶ added in v0.2.0
type GetSeriesNextAiredRequest = operations.GetSeriesNextAiredRequest
type GetSeriesNextAiredResponse ¶
type GetSeriesNextAiredResponse = operations.GetSeriesNextAiredResponseBody
type GetSeriesSeasonEpisodesTranslatedData ¶ added in v0.3.0
type GetSeriesSeasonEpisodesTranslatedData = operations.GetSeriesSeasonEpisodesTranslatedData
type GetSeriesSeasonEpisodesTranslatedRaw ¶ added in v0.3.0
type GetSeriesSeasonEpisodesTranslatedRaw = operations.GetSeriesSeasonEpisodesTranslatedResponse
type GetSeriesSeasonEpisodesTranslatedRequest ¶ added in v0.2.0
type GetSeriesSeasonEpisodesTranslatedRequest = operations.GetSeriesSeasonEpisodesTranslatedRequest
type GetSeriesSeasonEpisodesTranslatedResponse ¶
type GetSeriesSeasonEpisodesTranslatedResponse = operations.GetSeriesSeasonEpisodesTranslatedResponseBody
type GetSeriesTranslationRaw ¶ added in v0.3.0
type GetSeriesTranslationRaw = operations.GetSeriesTranslationResponse
type GetSeriesTranslationRequest ¶ added in v0.2.0
type GetSeriesTranslationRequest = operations.GetSeriesTranslationRequest
type GetSeriesTranslationResponse ¶
type GetSeriesTranslationResponse = operations.GetSeriesTranslationResponseBody
type GetUserFavoritesRaw ¶ added in v0.3.0
type GetUserFavoritesRaw = operations.GetUserFavoritesResponse
type GetUserFavoritesResponse ¶
type GetUserFavoritesResponse = operations.GetUserFavoritesResponseBody
type GetUserInfoByIDRaw ¶ added in v0.3.0
type GetUserInfoByIDRaw = operations.GetUserInfoByIDResponse
type GetUserInfoByIDRequest ¶ added in v0.2.0
type GetUserInfoByIDRequest = operations.GetUserInfoByIDRequest
type GetUserInfoByIDResponse ¶ added in v0.2.0
type GetUserInfoByIDResponse = operations.GetUserInfoByIDResponseBody
type GetUserInfoRaw ¶ added in v0.3.0
type GetUserInfoRaw = operations.GetUserInfoResponse
type GetUserInfoResponse ¶
type GetUserInfoResponse = operations.GetUserInfoResponseBody
type Meta ¶ added in v0.3.0
type Meta = operations.Meta
type PostLoginRaw ¶ added in v0.3.0
type PostLoginRaw = operations.PostLoginResponse
type PostLoginRequestBody ¶ added in v0.2.0
type PostLoginRequestBody = operations.PostLoginRequestBody
type PostLoginResponse ¶
type PostLoginResponse = operations.PostLoginResponseBody
type QueryParamMeta ¶ added in v0.3.0
type QueryParamMeta = operations.QueryParamMeta
type QueryParamSort ¶ added in v0.3.0
type QueryParamSort = operations.QueryParamSort
type Sort ¶ added in v0.3.0
type Sort = operations.Sort
type SortType ¶ added in v0.3.0
type SortType = operations.SortType
type Type ¶ added in v0.3.0
type Type = operations.Type
type UpdatesRaw ¶ added in v0.3.0
type UpdatesRaw = operations.UpdatesResponse
type UpdatesRequest ¶ added in v0.2.0
type UpdatesRequest = operations.UpdatesRequest
type UpdatesResponse ¶
type UpdatesResponse = operations.UpdatesResponseBody