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 Client
- func (c *Client) GetAllArtworkStatuses() (*GetAllArtworkStatusesResponse, error)
- func (c *Client) GetAllArtworkTypes() (*GetAllArtworkTypesResponse, error)
- func (c *Client) GetAllAwards() (*GetAllAwardsResponse, error)
- func (c *Client) GetAllCompanies(page *int64) (*GetAllCompaniesResponse, error)
- func (c *Client) GetAllContentRatings() (*GetAllContentRatingsResponse, error)
- func (c *Client) GetAllCountries() (*GetAllCountriesResponse, error)
- func (c *Client) GetAllEpisodes(page *int64) (*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 *int64) (*GetAllListsResponse, error)
- func (c *Client) GetAllMovie(page *int64) (*GetAllMovieResponse, error)
- func (c *Client) GetAllMovieStatuses() (*GetAllMovieStatusesResponse, error)
- func (c *Client) GetAllPeople(page *int64) (*GetAllPeopleResponse, error)
- func (c *Client) GetAllPeopleTypes() (*GetAllPeopleTypesResponse, error)
- func (c *Client) GetAllSeasons(page *int64) (*GetAllSeasonsResponse, error)
- func (c *Client) GetAllSeries(page *int64) (*GetAllSeriesResponse, error)
- func (c *Client) GetAllSeriesStatuses() (*GetAllSeriesStatusesResponse, error)
- func (c *Client) GetAllSourceTypes() (*GetAllSourceTypesResponse, error)
- func (c *Client) GetArtworkBase(id int64) (*GetArtworkBaseResponse, error)
- func (c *Client) GetArtworkExtended(id int64) (*GetArtworkExtendedResponse, error)
- func (c *Client) GetAward(id int64) (*GetAwardResponse, error)
- func (c *Client) GetAwardCategory(id int64) (*GetAwardCategoryResponse, error)
- func (c *Client) GetAwardCategoryExtended(id int64) (*GetAwardCategoryExtendedResponse, error)
- func (c *Client) GetAwardExtended(id int64) (*GetAwardExtendedResponse, error)
- func (c *Client) GetCharacterBase(id int64) (*GetCharacterBaseResponse, error)
- func (c *Client) GetCompany(id int64) (*GetCompanyResponse, error)
- func (c *Client) GetCompanyTypes() (*GetCompanyTypesResponse, error)
- func (c *Client) GetEntityTypes() (*GetEntityTypesResponse, error)
- func (c *Client) GetEpisodeBase(id int64) (*GetEpisodeBaseResponse, error)
- func (c *Client) GetEpisodeExtended(id int64, meta *operations.GetEpisodeExtendedMeta) (*GetEpisodeExtendedResponse, error)
- func (c *Client) GetEpisodeTranslation(id int64, language string) (*GetEpisodeTranslationResponse, error)
- func (c *Client) GetGenreBase(id int64) (*GetGenreBaseResponse, error)
- func (c *Client) GetList(id int64) (*GetListResponse, error)
- func (c *Client) GetListBySlug(slug string) (*GetListBySlugResponse, error)
- func (c *Client) GetListExtended(id int64) (*GetListExtendedResponse, error)
- func (c *Client) GetListTranslation(id int64, language string) (*GetListTranslationResponse, error)
- func (c *Client) GetMovieBase(id int64) (*GetMovieBaseResponse, error)
- func (c *Client) GetMovieBaseBySlug(slug string) (*GetMovieBaseBySlugResponse, error)
- func (c *Client) GetMovieExtended(id int64, meta *operations.GetMovieExtendedMeta, short *bool) (*GetMovieExtendedResponse, error)
- func (c *Client) GetMovieTranslation(id int64, language string) (*GetMovieTranslationResponse, error)
- func (c *Client) GetMoviesFilter(request operations.GetMoviesFilterRequest) (*GetMoviesFilterResponse, error)
- func (c *Client) GetPeopleBase(id int64) (*GetPeopleBaseResponse, error)
- func (c *Client) GetPeopleExtended(id int64, meta *operations.GetPeopleExtendedMeta) (*GetPeopleExtendedResponse, error)
- func (c *Client) GetPeopleTranslation(id int64, 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 int64) (*GetSeasonBaseResponse, error)
- func (c *Client) GetSeasonExtended(id int64) (*GetSeasonExtendedResponse, error)
- func (c *Client) GetSeasonTypes() (*GetSeasonTypesResponse, error)
- func (c *Client) GetSeriesArtworks(id int64, lang *string, type_ *int64) (*GetSeriesArtworksResponse, error)
- func (c *Client) GetSeriesBase(id int64) (*GetSeriesBaseResponse, error)
- func (c *Client) GetSeriesBaseBySlug(slug string) (*GetSeriesBaseBySlugResponse, error)
- func (c *Client) GetSeriesEpisodes(request operations.GetSeriesEpisodesRequest) (*GetSeriesEpisodesResponse, error)
- func (c *Client) GetSeriesExtended(id int64, meta *operations.GetSeriesExtendedMeta, short *bool) (*GetSeriesExtendedResponse, error)
- func (c *Client) GetSeriesFilter(request operations.GetSeriesFilterRequest) (*GetSeriesFilterResponse, error)
- func (c *Client) GetSeriesNextAired(id int64) (*GetSeriesNextAiredResponse, error)
- func (c *Client) GetSeriesSeasonEpisodesTranslated(id int64, lang string, page int64, seasonType string) (*GetSeriesSeasonEpisodesTranslatedResponse, error)
- func (c *Client) GetSeriesTranslation(id int64, language string) (*GetSeriesTranslationResponse, error)
- func (c *Client) PostLogin(request operations.PostLoginRequestBody) (*PostLoginResponse, error)
- func (c *Client) Updates(since int64, action *operations.UpdatesAction, page *int64, ...) (*UpdatesResponse, error)
- type CreateUserFavoritesFullResponse
- type GetAllArtworkStatusesFullResponse
- type GetAllArtworkStatusesResponse
- type GetAllArtworkTypesFullResponse
- type GetAllArtworkTypesResponse
- type GetAllAwardsFullResponse
- type GetAllAwardsResponse
- type GetAllCompaniesFullResponse
- type GetAllCompaniesRequest
- type GetAllCompaniesResponse
- type GetAllContentRatingsFullResponse
- type GetAllContentRatingsResponse
- type GetAllCountriesFullResponse
- type GetAllCountriesResponse
- type GetAllEpisodesFullResponse
- type GetAllEpisodesRequest
- type GetAllEpisodesResponse
- type GetAllGendersFullResponse
- type GetAllGendersResponse
- type GetAllGenresFullResponse
- type GetAllGenresResponse
- type GetAllInspirationTypesFullResponse
- type GetAllInspirationTypesResponse
- type GetAllLanguagesFullResponse
- type GetAllLanguagesResponse
- type GetAllListsFullResponse
- type GetAllListsRequest
- type GetAllListsResponse
- type GetAllMovieFullResponse
- type GetAllMovieRequest
- type GetAllMovieResponse
- type GetAllMovieStatusesFullResponse
- type GetAllMovieStatusesResponse
- type GetAllPeopleFullResponse
- type GetAllPeopleRequest
- type GetAllPeopleResponse
- type GetAllPeopleTypesFullResponse
- type GetAllPeopleTypesResponse
- type GetAllSeasonsFullResponse
- type GetAllSeasonsRequest
- type GetAllSeasonsResponse
- type GetAllSeriesFullResponse
- type GetAllSeriesRequest
- type GetAllSeriesResponse
- type GetAllSeriesStatusesFullResponse
- type GetAllSeriesStatusesResponse
- type GetAllSourceTypesFullResponse
- type GetAllSourceTypesResponse
- type GetArtworkBaseFullResponse
- type GetArtworkBaseRequest
- type GetArtworkBaseResponse
- type GetArtworkExtendedFullResponse
- type GetArtworkExtendedRequest
- type GetArtworkExtendedResponse
- type GetAwardCategoryExtendedFullResponse
- type GetAwardCategoryExtendedRequest
- type GetAwardCategoryExtendedResponse
- type GetAwardCategoryFullResponse
- type GetAwardCategoryRequest
- type GetAwardCategoryResponse
- type GetAwardExtendedFullResponse
- type GetAwardExtendedRequest
- type GetAwardExtendedResponse
- type GetAwardFullResponse
- type GetAwardRequest
- type GetAwardResponse
- type GetCharacterBaseFullResponse
- type GetCharacterBaseRequest
- type GetCharacterBaseResponse
- type GetCompanyFullResponse
- type GetCompanyRequest
- type GetCompanyResponse
- type GetCompanyTypesFullResponse
- type GetCompanyTypesResponse
- type GetEntityTypesFullResponse
- type GetEntityTypesResponse
- type GetEpisodeBaseFullResponse
- type GetEpisodeBaseRequest
- type GetEpisodeBaseResponse
- type GetEpisodeExtendedFullResponse
- type GetEpisodeExtendedMeta
- type GetEpisodeExtendedRequest
- type GetEpisodeExtendedResponse
- type GetEpisodeTranslationFullResponse
- type GetEpisodeTranslationRequest
- type GetEpisodeTranslationResponse
- type GetGenreBaseFullResponse
- type GetGenreBaseRequest
- type GetGenreBaseResponse
- type GetListBySlugFullResponse
- type GetListBySlugRequest
- type GetListBySlugResponse
- type GetListExtendedFullResponse
- type GetListExtendedRequest
- type GetListExtendedResponse
- type GetListFullResponse
- type GetListRequest
- type GetListResponse
- type GetListTranslationFullResponse
- type GetListTranslationRequest
- type GetListTranslationResponse
- type GetMovieBaseBySlugFullResponse
- type GetMovieBaseBySlugRequest
- type GetMovieBaseBySlugResponse
- type GetMovieBaseFullResponse
- type GetMovieBaseRequest
- type GetMovieBaseResponse
- type GetMovieExtendedFullResponse
- type GetMovieExtendedMeta
- type GetMovieExtendedRequest
- type GetMovieExtendedResponse
- type GetMovieTranslationFullResponse
- type GetMovieTranslationRequest
- type GetMovieTranslationResponse
- type GetMoviesFilterFullResponse
- type GetMoviesFilterGenre
- type GetMoviesFilterRequest
- type GetMoviesFilterResponse
- type GetMoviesFilterSort
- type GetMoviesFilterStatus
- type GetPeopleBaseFullResponse
- type GetPeopleBaseRequest
- type GetPeopleBaseResponse
- type GetPeopleExtendedFullResponse
- type GetPeopleExtendedMeta
- type GetPeopleExtendedRequest
- type GetPeopleExtendedResponse
- type GetPeopleTranslationFullResponse
- type GetPeopleTranslationRequest
- type GetPeopleTranslationResponse
- type GetSearchResultsByRemoteIDFullResponse
- type GetSearchResultsByRemoteIDRequest
- type GetSearchResultsByRemoteIDResponse
- type GetSearchResultsFullResponse
- type GetSearchResultsRequest
- type GetSearchResultsResponse
- type GetSeasonBaseFullResponse
- type GetSeasonBaseRequest
- type GetSeasonBaseResponse
- type GetSeasonExtendedFullResponse
- type GetSeasonExtendedRequest
- type GetSeasonExtendedResponse
- type GetSeasonTranslationFullResponse
- type GetSeasonTranslationRequest
- type GetSeasonTranslationResponse
- type GetSeasonTypesFullResponse
- type GetSeasonTypesResponse
- type GetSeriesArtworksFullResponse
- type GetSeriesArtworksRequest
- type GetSeriesArtworksResponse
- type GetSeriesBaseBySlugFullResponse
- type GetSeriesBaseBySlugRequest
- type GetSeriesBaseBySlugResponse
- type GetSeriesBaseFullResponse
- type GetSeriesBaseRequest
- type GetSeriesBaseResponse
- type GetSeriesEpisodesFullResponse
- type GetSeriesEpisodesRequest
- type GetSeriesEpisodesResponse
- type GetSeriesEpisodesResponseData
- type GetSeriesExtendedFullResponse
- type GetSeriesExtendedMeta
- type GetSeriesExtendedRequest
- type GetSeriesExtendedResponse
- type GetSeriesFilterFullResponse
- type GetSeriesFilterGenre
- type GetSeriesFilterRequest
- type GetSeriesFilterResponse
- type GetSeriesFilterSort
- type GetSeriesFilterSortType
- type GetSeriesFilterStatus
- type GetSeriesNextAiredFullResponse
- type GetSeriesNextAiredRequest
- type GetSeriesNextAiredResponse
- type GetSeriesSeasonEpisodesTranslatedFullResponse
- type GetSeriesSeasonEpisodesTranslatedRequest
- type GetSeriesSeasonEpisodesTranslatedResponse
- type GetSeriesSeasonEpisodesTranslatedResponseData
- type GetSeriesTranslationFullResponse
- type GetSeriesTranslationRequest
- type GetSeriesTranslationResponse
- type GetUserFavoritesFullResponse
- type GetUserFavoritesResponse
- type GetUserInfoByIDFullResponse
- type GetUserInfoByIDRequest
- type GetUserInfoByIDResponse
- type GetUserInfoFullResponse
- type GetUserInfoResponse
- type PostLoginFullResponse
- type PostLoginRequestBody
- type PostLoginResponse
- type PostLoginResponseData
- type UpdatesAction
- type UpdatesFullResponse
- type UpdatesRequest
- type UpdatesResponse
- type UpdatesType
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 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 *int64) (*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 *int64) (*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 *int64) (*GetAllListsResponse, error)
GetAllLists wraps the generated openapi.SDK.Lists.GetAllLists call
func (*Client) GetAllMovie ¶
func (c *Client) GetAllMovie(page *int64) (*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 *int64) (*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 *int64) (*GetAllSeasonsResponse, error)
GetAllSeasons wraps the generated openapi.SDK.Seasons.GetAllSeasons call
func (*Client) GetAllSeries ¶
func (c *Client) GetAllSeries(page *int64) (*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 int64) (*GetArtworkBaseResponse, error)
GetArtworkBase wraps the generated openapi.SDK.Artwork.GetArtworkBase call
func (*Client) GetArtworkExtended ¶
func (c *Client) GetArtworkExtended(id int64) (*GetArtworkExtendedResponse, error)
GetArtworkExtended wraps the generated openapi.SDK.Artwork.GetArtworkExtended call
func (*Client) GetAward ¶
func (c *Client) GetAward(id int64) (*GetAwardResponse, error)
GetAward wraps the generated openapi.SDK.Awards.GetAward call
func (*Client) GetAwardCategory ¶
func (c *Client) GetAwardCategory(id int64) (*GetAwardCategoryResponse, error)
GetAwardCategory wraps the generated openapi.SDK.AwardCategories.GetAwardCategory call
func (*Client) GetAwardCategoryExtended ¶
func (c *Client) GetAwardCategoryExtended(id int64) (*GetAwardCategoryExtendedResponse, error)
GetAwardCategoryExtended wraps the generated openapi.SDK.AwardCategories.GetAwardCategoryExtended call
func (*Client) GetAwardExtended ¶
func (c *Client) GetAwardExtended(id int64) (*GetAwardExtendedResponse, error)
GetAwardExtended wraps the generated openapi.SDK.Awards.GetAwardExtended call
func (*Client) GetCharacterBase ¶
func (c *Client) GetCharacterBase(id int64) (*GetCharacterBaseResponse, error)
GetCharacterBase wraps the generated openapi.SDK.Characters.GetCharacterBase call
func (*Client) GetCompany ¶
func (c *Client) GetCompany(id int64) (*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 int64) (*GetEpisodeBaseResponse, error)
GetEpisodeBase wraps the generated openapi.SDK.Episodes.GetEpisodeBase call
func (*Client) GetEpisodeExtended ¶
func (c *Client) GetEpisodeExtended(id int64, meta *operations.GetEpisodeExtendedMeta) (*GetEpisodeExtendedResponse, error)
GetEpisodeExtended wraps the generated openapi.SDK.Episodes.GetEpisodeExtended call
func (*Client) GetEpisodeTranslation ¶
func (c *Client) GetEpisodeTranslation(id int64, language string) (*GetEpisodeTranslationResponse, error)
GetEpisodeTranslation wraps the generated openapi.SDK.Episodes.GetEpisodeTranslation call
func (*Client) GetGenreBase ¶
func (c *Client) GetGenreBase(id int64) (*GetGenreBaseResponse, error)
GetGenreBase wraps the generated openapi.SDK.Genres.GetGenreBase call
func (*Client) GetList ¶
func (c *Client) GetList(id int64) (*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 int64) (*GetListExtendedResponse, error)
GetListExtended wraps the generated openapi.SDK.Lists.GetListExtended call
func (*Client) GetListTranslation ¶
func (c *Client) GetListTranslation(id int64, language string) (*GetListTranslationResponse, error)
GetListTranslation wraps the generated openapi.SDK.Lists.GetListTranslation call
func (*Client) GetMovieBase ¶
func (c *Client) GetMovieBase(id int64) (*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 int64, meta *operations.GetMovieExtendedMeta, short *bool) (*GetMovieExtendedResponse, error)
GetMovieExtended wraps the generated openapi.SDK.Movies.GetMovieExtended call
func (*Client) GetMovieTranslation ¶
func (c *Client) GetMovieTranslation(id int64, 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 int64) (*GetPeopleBaseResponse, error)
GetPeopleBase wraps the generated openapi.SDK.People.GetPeopleBase call
func (*Client) GetPeopleExtended ¶
func (c *Client) GetPeopleExtended(id int64, meta *operations.GetPeopleExtendedMeta) (*GetPeopleExtendedResponse, error)
GetPeopleExtended wraps the generated openapi.SDK.People.GetPeopleExtended call
func (*Client) GetPeopleTranslation ¶
func (c *Client) GetPeopleTranslation(id int64, 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 int64) (*GetSeasonBaseResponse, error)
GetSeasonBase wraps the generated openapi.SDK.Seasons.GetSeasonBase call
func (*Client) GetSeasonExtended ¶
func (c *Client) GetSeasonExtended(id int64) (*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 int64, lang *string, type_ *int64) (*GetSeriesArtworksResponse, error)
GetSeriesArtworks wraps the generated openapi.SDK.Series.GetSeriesArtworks call
func (*Client) GetSeriesBase ¶
func (c *Client) GetSeriesBase(id int64) (*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 int64, meta *operations.GetSeriesExtendedMeta, 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 int64) (*GetSeriesNextAiredResponse, error)
GetSeriesNextAired wraps the generated openapi.SDK.Series.GetSeriesNextAired call
func (*Client) GetSeriesSeasonEpisodesTranslated ¶
func (c *Client) GetSeriesSeasonEpisodesTranslated(id int64, 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 int64, 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.UpdatesAction, page *int64, type_ *operations.UpdatesType) (*UpdatesResponse, error)
Updates wraps the generated openapi.SDK.Updates.Updates call
type CreateUserFavoritesFullResponse ¶ added in v0.2.0
type CreateUserFavoritesFullResponse = operations.CreateUserFavoritesResponse
request, response
type GetAllArtworkStatusesFullResponse ¶ added in v0.2.0
type GetAllArtworkStatusesFullResponse = operations.GetAllArtworkStatusesResponse
type GetAllArtworkStatusesResponse ¶
type GetAllArtworkStatusesResponse = operations.GetAllArtworkStatuses200ApplicationJSON
type GetAllArtworkTypesFullResponse ¶ added in v0.2.0
type GetAllArtworkTypesFullResponse = operations.GetAllArtworkTypesResponse
type GetAllArtworkTypesResponse ¶
type GetAllArtworkTypesResponse = operations.GetAllArtworkTypes200ApplicationJSON
type GetAllAwardsFullResponse ¶ added in v0.2.0
type GetAllAwardsFullResponse = operations.GetAllAwardsResponse
type GetAllAwardsResponse ¶
type GetAllAwardsResponse = operations.GetAllAwards200ApplicationJSON
type GetAllCompaniesFullResponse ¶ added in v0.2.0
type GetAllCompaniesFullResponse = operations.GetAllCompaniesResponse
type GetAllCompaniesRequest ¶ added in v0.2.0
type GetAllCompaniesRequest = operations.GetAllCompaniesRequest
type GetAllCompaniesResponse ¶
type GetAllCompaniesResponse = operations.GetAllCompanies200ApplicationJSON
type GetAllContentRatingsFullResponse ¶ added in v0.2.0
type GetAllContentRatingsFullResponse = operations.GetAllContentRatingsResponse
type GetAllContentRatingsResponse ¶
type GetAllContentRatingsResponse = operations.GetAllContentRatings200ApplicationJSON
type GetAllCountriesFullResponse ¶ added in v0.2.0
type GetAllCountriesFullResponse = operations.GetAllCountriesResponse
type GetAllCountriesResponse ¶
type GetAllCountriesResponse = operations.GetAllCountries200ApplicationJSON
type GetAllEpisodesFullResponse ¶ added in v0.2.0
type GetAllEpisodesFullResponse = operations.GetAllEpisodesResponse
type GetAllEpisodesRequest ¶ added in v0.2.0
type GetAllEpisodesRequest = operations.GetAllEpisodesRequest
type GetAllEpisodesResponse ¶
type GetAllEpisodesResponse = operations.GetAllEpisodes200ApplicationJSON
type GetAllGendersFullResponse ¶ added in v0.2.0
type GetAllGendersFullResponse = operations.GetAllGendersResponse
type GetAllGendersResponse ¶
type GetAllGendersResponse = operations.GetAllGenders200ApplicationJSON
type GetAllGenresFullResponse ¶ added in v0.2.0
type GetAllGenresFullResponse = operations.GetAllGenresResponse
type GetAllGenresResponse ¶
type GetAllGenresResponse = operations.GetAllGenres200ApplicationJSON
type GetAllInspirationTypesFullResponse ¶ added in v0.2.0
type GetAllInspirationTypesFullResponse = operations.GetAllInspirationTypesResponse
type GetAllInspirationTypesResponse ¶
type GetAllInspirationTypesResponse = operations.GetAllInspirationTypes200ApplicationJSON
type GetAllLanguagesFullResponse ¶ added in v0.2.0
type GetAllLanguagesFullResponse = operations.GetAllLanguagesResponse
type GetAllLanguagesResponse ¶
type GetAllLanguagesResponse = operations.GetAllLanguages200ApplicationJSON
type GetAllListsFullResponse ¶ added in v0.2.0
type GetAllListsFullResponse = operations.GetAllListsResponse
type GetAllListsRequest ¶ added in v0.2.0
type GetAllListsRequest = operations.GetAllListsRequest
type GetAllListsResponse ¶
type GetAllListsResponse = operations.GetAllLists200ApplicationJSON
type GetAllMovieFullResponse ¶ added in v0.2.0
type GetAllMovieFullResponse = operations.GetAllMovieResponse
type GetAllMovieRequest ¶ added in v0.2.0
type GetAllMovieRequest = operations.GetAllMovieRequest
type GetAllMovieResponse ¶
type GetAllMovieResponse = operations.GetAllMovie200ApplicationJSON
type GetAllMovieStatusesFullResponse ¶ added in v0.2.0
type GetAllMovieStatusesFullResponse = operations.GetAllMovieStatusesResponse
type GetAllMovieStatusesResponse ¶
type GetAllMovieStatusesResponse = operations.GetAllMovieStatuses200ApplicationJSON
type GetAllPeopleFullResponse ¶ added in v0.2.0
type GetAllPeopleFullResponse = operations.GetAllPeopleResponse
type GetAllPeopleRequest ¶ added in v0.2.0
type GetAllPeopleRequest = operations.GetAllPeopleRequest
type GetAllPeopleResponse ¶
type GetAllPeopleResponse = operations.GetAllPeople200ApplicationJSON
type GetAllPeopleTypesFullResponse ¶ added in v0.2.0
type GetAllPeopleTypesFullResponse = operations.GetAllPeopleTypesResponse
type GetAllPeopleTypesResponse ¶
type GetAllPeopleTypesResponse = operations.GetAllPeopleTypes200ApplicationJSON
type GetAllSeasonsFullResponse ¶ added in v0.2.0
type GetAllSeasonsFullResponse = operations.GetAllSeasonsResponse
type GetAllSeasonsRequest ¶ added in v0.2.0
type GetAllSeasonsRequest = operations.GetAllSeasonsRequest
type GetAllSeasonsResponse ¶
type GetAllSeasonsResponse = operations.GetAllSeasons200ApplicationJSON
type GetAllSeriesFullResponse ¶ added in v0.2.0
type GetAllSeriesFullResponse = operations.GetAllSeriesResponse
type GetAllSeriesRequest ¶ added in v0.2.0
type GetAllSeriesRequest = operations.GetAllSeriesRequest
type GetAllSeriesResponse ¶
type GetAllSeriesResponse = operations.GetAllSeries200ApplicationJSON
type GetAllSeriesStatusesFullResponse ¶ added in v0.2.0
type GetAllSeriesStatusesFullResponse = operations.GetAllSeriesStatusesResponse
type GetAllSeriesStatusesResponse ¶
type GetAllSeriesStatusesResponse = operations.GetAllSeriesStatuses200ApplicationJSON
type GetAllSourceTypesFullResponse ¶ added in v0.2.0
type GetAllSourceTypesFullResponse = operations.GetAllSourceTypesResponse
type GetAllSourceTypesResponse ¶
type GetAllSourceTypesResponse = operations.GetAllSourceTypes200ApplicationJSON
type GetArtworkBaseFullResponse ¶ added in v0.2.0
type GetArtworkBaseFullResponse = operations.GetArtworkBaseResponse
type GetArtworkBaseRequest ¶ added in v0.2.0
type GetArtworkBaseRequest = operations.GetArtworkBaseRequest
type GetArtworkBaseResponse ¶
type GetArtworkBaseResponse = operations.GetArtworkBase200ApplicationJSON
type GetArtworkExtendedFullResponse ¶ added in v0.2.0
type GetArtworkExtendedFullResponse = operations.GetArtworkExtendedResponse
type GetArtworkExtendedRequest ¶ added in v0.2.0
type GetArtworkExtendedRequest = operations.GetArtworkExtendedRequest
type GetArtworkExtendedResponse ¶
type GetArtworkExtendedResponse = operations.GetArtworkExtended200ApplicationJSON
type GetAwardCategoryExtendedFullResponse ¶ added in v0.2.0
type GetAwardCategoryExtendedFullResponse = operations.GetAwardCategoryExtendedResponse
type GetAwardCategoryExtendedRequest ¶ added in v0.2.0
type GetAwardCategoryExtendedRequest = operations.GetAwardCategoryExtendedRequest
type GetAwardCategoryExtendedResponse ¶
type GetAwardCategoryExtendedResponse = operations.GetAwardCategoryExtended200ApplicationJSON
type GetAwardCategoryFullResponse ¶ added in v0.2.0
type GetAwardCategoryFullResponse = operations.GetAwardCategoryResponse
type GetAwardCategoryRequest ¶ added in v0.2.0
type GetAwardCategoryRequest = operations.GetAwardCategoryRequest
type GetAwardCategoryResponse ¶
type GetAwardCategoryResponse = operations.GetAwardCategory200ApplicationJSON
type GetAwardExtendedFullResponse ¶ added in v0.2.0
type GetAwardExtendedFullResponse = operations.GetAwardExtendedResponse
type GetAwardExtendedRequest ¶ added in v0.2.0
type GetAwardExtendedRequest = operations.GetAwardExtendedRequest
type GetAwardExtendedResponse ¶
type GetAwardExtendedResponse = operations.GetAwardExtended200ApplicationJSON
type GetAwardFullResponse ¶ added in v0.2.0
type GetAwardFullResponse = operations.GetAwardResponse
type GetAwardRequest ¶ added in v0.2.0
type GetAwardRequest = operations.GetAwardRequest
type GetAwardResponse ¶
type GetAwardResponse = operations.GetAward200ApplicationJSON
type GetCharacterBaseFullResponse ¶ added in v0.2.0
type GetCharacterBaseFullResponse = operations.GetCharacterBaseResponse
type GetCharacterBaseRequest ¶ added in v0.2.0
type GetCharacterBaseRequest = operations.GetCharacterBaseRequest
type GetCharacterBaseResponse ¶
type GetCharacterBaseResponse = operations.GetCharacterBase200ApplicationJSON
type GetCompanyFullResponse ¶ added in v0.2.0
type GetCompanyFullResponse = operations.GetCompanyResponse
type GetCompanyRequest ¶ added in v0.2.0
type GetCompanyRequest = operations.GetCompanyRequest
type GetCompanyResponse ¶
type GetCompanyResponse = operations.GetCompany200ApplicationJSON
type GetCompanyTypesFullResponse ¶ added in v0.2.0
type GetCompanyTypesFullResponse = operations.GetCompanyTypesResponse
type GetCompanyTypesResponse ¶
type GetCompanyTypesResponse = operations.GetCompanyTypes200ApplicationJSON
type GetEntityTypesFullResponse ¶ added in v0.2.0
type GetEntityTypesFullResponse = operations.GetEntityTypesResponse
type GetEntityTypesResponse ¶
type GetEntityTypesResponse = operations.GetEntityTypes200ApplicationJSON
type GetEpisodeBaseFullResponse ¶ added in v0.2.0
type GetEpisodeBaseFullResponse = operations.GetEpisodeBaseResponse
type GetEpisodeBaseRequest ¶ added in v0.2.0
type GetEpisodeBaseRequest = operations.GetEpisodeBaseRequest
type GetEpisodeBaseResponse ¶
type GetEpisodeBaseResponse = operations.GetEpisodeBase200ApplicationJSON
type GetEpisodeExtendedFullResponse ¶ added in v0.2.0
type GetEpisodeExtendedFullResponse = operations.GetEpisodeExtendedResponse
type GetEpisodeExtendedMeta ¶ added in v0.2.0
type GetEpisodeExtendedMeta = operations.GetEpisodeExtendedMeta
type GetEpisodeExtendedRequest ¶ added in v0.2.0
type GetEpisodeExtendedRequest = operations.GetEpisodeExtendedRequest
type GetEpisodeExtendedResponse ¶
type GetEpisodeExtendedResponse = operations.GetEpisodeExtended200ApplicationJSON
type GetEpisodeTranslationFullResponse ¶ added in v0.2.0
type GetEpisodeTranslationFullResponse = operations.GetEpisodeTranslationResponse
type GetEpisodeTranslationRequest ¶ added in v0.2.0
type GetEpisodeTranslationRequest = operations.GetEpisodeTranslationRequest
type GetEpisodeTranslationResponse ¶
type GetEpisodeTranslationResponse = operations.GetEpisodeTranslation200ApplicationJSON
type GetGenreBaseFullResponse ¶ added in v0.2.0
type GetGenreBaseFullResponse = operations.GetGenreBaseResponse
type GetGenreBaseRequest ¶ added in v0.2.0
type GetGenreBaseRequest = operations.GetGenreBaseRequest
type GetGenreBaseResponse ¶
type GetGenreBaseResponse = operations.GetGenreBase200ApplicationJSON
type GetListBySlugFullResponse ¶ added in v0.2.0
type GetListBySlugFullResponse = operations.GetListBySlugResponse
type GetListBySlugRequest ¶ added in v0.2.0
type GetListBySlugRequest = operations.GetListBySlugRequest
type GetListBySlugResponse ¶
type GetListBySlugResponse = operations.GetListBySlug200ApplicationJSON
type GetListExtendedFullResponse ¶ added in v0.2.0
type GetListExtendedFullResponse = operations.GetListExtendedResponse
type GetListExtendedRequest ¶ added in v0.2.0
type GetListExtendedRequest = operations.GetListExtendedRequest
type GetListExtendedResponse ¶
type GetListExtendedResponse = operations.GetListExtended200ApplicationJSON
type GetListFullResponse ¶ added in v0.2.0
type GetListFullResponse = operations.GetListResponse
type GetListRequest ¶ added in v0.2.0
type GetListRequest = operations.GetListRequest
type GetListResponse ¶
type GetListResponse = operations.GetList200ApplicationJSON
type GetListTranslationFullResponse ¶ added in v0.2.0
type GetListTranslationFullResponse = operations.GetListTranslationResponse
type GetListTranslationRequest ¶ added in v0.2.0
type GetListTranslationRequest = operations.GetListTranslationRequest
type GetListTranslationResponse ¶
type GetListTranslationResponse = operations.GetListTranslation200ApplicationJSON
type GetMovieBaseBySlugFullResponse ¶ added in v0.2.0
type GetMovieBaseBySlugFullResponse = operations.GetMovieBaseBySlugResponse
type GetMovieBaseBySlugRequest ¶ added in v0.2.0
type GetMovieBaseBySlugRequest = operations.GetMovieBaseBySlugRequest
type GetMovieBaseBySlugResponse ¶
type GetMovieBaseBySlugResponse = operations.GetMovieBaseBySlug200ApplicationJSON
type GetMovieBaseFullResponse ¶ added in v0.2.0
type GetMovieBaseFullResponse = operations.GetMovieBaseResponse
type GetMovieBaseRequest ¶ added in v0.2.0
type GetMovieBaseRequest = operations.GetMovieBaseRequest
type GetMovieBaseResponse ¶
type GetMovieBaseResponse = operations.GetMovieBase200ApplicationJSON
type GetMovieExtendedFullResponse ¶ added in v0.2.0
type GetMovieExtendedFullResponse = operations.GetMovieExtendedResponse
type GetMovieExtendedMeta ¶ added in v0.2.0
type GetMovieExtendedMeta = operations.GetMovieExtendedMeta
type GetMovieExtendedRequest ¶ added in v0.2.0
type GetMovieExtendedRequest = operations.GetMovieExtendedRequest
type GetMovieExtendedResponse ¶
type GetMovieExtendedResponse = operations.GetMovieExtended200ApplicationJSON
type GetMovieTranslationFullResponse ¶ added in v0.2.0
type GetMovieTranslationFullResponse = operations.GetMovieTranslationResponse
type GetMovieTranslationRequest ¶ added in v0.2.0
type GetMovieTranslationRequest = operations.GetMovieTranslationRequest
type GetMovieTranslationResponse ¶
type GetMovieTranslationResponse = operations.GetMovieTranslation200ApplicationJSON
type GetMoviesFilterFullResponse ¶ added in v0.2.0
type GetMoviesFilterFullResponse = operations.GetMoviesFilterResponse
type GetMoviesFilterGenre ¶ added in v0.2.1
type GetMoviesFilterGenre = operations.GetMoviesFilterGenre
type GetMoviesFilterRequest ¶ added in v0.2.0
type GetMoviesFilterRequest = operations.GetMoviesFilterRequest
type GetMoviesFilterResponse ¶
type GetMoviesFilterResponse = operations.GetMoviesFilter200ApplicationJSON
type GetMoviesFilterSort ¶ added in v0.2.0
type GetMoviesFilterSort = operations.GetMoviesFilterSort
type GetMoviesFilterStatus ¶ added in v0.2.1
type GetMoviesFilterStatus = operations.GetMoviesFilterStatus
type GetPeopleBaseFullResponse ¶ added in v0.2.0
type GetPeopleBaseFullResponse = operations.GetPeopleBaseResponse
type GetPeopleBaseRequest ¶ added in v0.2.0
type GetPeopleBaseRequest = operations.GetPeopleBaseRequest
type GetPeopleBaseResponse ¶
type GetPeopleBaseResponse = operations.GetPeopleBase200ApplicationJSON
type GetPeopleExtendedFullResponse ¶ added in v0.2.0
type GetPeopleExtendedFullResponse = operations.GetPeopleExtendedResponse
type GetPeopleExtendedMeta ¶ added in v0.2.0
type GetPeopleExtendedMeta = operations.GetPeopleExtendedMeta
type GetPeopleExtendedRequest ¶ added in v0.2.0
type GetPeopleExtendedRequest = operations.GetPeopleExtendedRequest
type GetPeopleExtendedResponse ¶
type GetPeopleExtendedResponse = operations.GetPeopleExtended200ApplicationJSON
type GetPeopleTranslationFullResponse ¶ added in v0.2.0
type GetPeopleTranslationFullResponse = operations.GetPeopleTranslationResponse
type GetPeopleTranslationRequest ¶ added in v0.2.0
type GetPeopleTranslationRequest = operations.GetPeopleTranslationRequest
type GetPeopleTranslationResponse ¶
type GetPeopleTranslationResponse = operations.GetPeopleTranslation200ApplicationJSON
type GetSearchResultsByRemoteIDFullResponse ¶ added in v0.2.0
type GetSearchResultsByRemoteIDFullResponse = operations.GetSearchResultsByRemoteIDResponse
type GetSearchResultsByRemoteIDRequest ¶ added in v0.2.0
type GetSearchResultsByRemoteIDRequest = operations.GetSearchResultsByRemoteIDRequest
type GetSearchResultsByRemoteIDResponse ¶ added in v0.2.0
type GetSearchResultsByRemoteIDResponse = operations.GetSearchResultsByRemoteID200ApplicationJSON
type GetSearchResultsFullResponse ¶ added in v0.2.0
type GetSearchResultsFullResponse = operations.GetSearchResultsResponse
type GetSearchResultsRequest ¶ added in v0.2.0
type GetSearchResultsRequest = operations.GetSearchResultsRequest
type GetSearchResultsResponse ¶
type GetSearchResultsResponse = operations.GetSearchResults200ApplicationJSON
type GetSeasonBaseFullResponse ¶ added in v0.2.0
type GetSeasonBaseFullResponse = operations.GetSeasonBaseResponse
type GetSeasonBaseRequest ¶ added in v0.2.0
type GetSeasonBaseRequest = operations.GetSeasonBaseRequest
type GetSeasonBaseResponse ¶
type GetSeasonBaseResponse = operations.GetSeasonBase200ApplicationJSON
type GetSeasonExtendedFullResponse ¶ added in v0.2.0
type GetSeasonExtendedFullResponse = operations.GetSeasonExtendedResponse
type GetSeasonExtendedRequest ¶ added in v0.2.0
type GetSeasonExtendedRequest = operations.GetSeasonExtendedRequest
type GetSeasonExtendedResponse ¶
type GetSeasonExtendedResponse = operations.GetSeasonExtended200ApplicationJSON
type GetSeasonTranslationFullResponse ¶ added in v0.2.0
type GetSeasonTranslationFullResponse = operations.GetSeasonTranslationResponse
type GetSeasonTranslationRequest ¶ added in v0.2.0
type GetSeasonTranslationRequest = operations.GetSeasonTranslationRequest
type GetSeasonTranslationResponse ¶
type GetSeasonTranslationResponse = operations.GetSeasonTranslation200ApplicationJSON
type GetSeasonTypesFullResponse ¶ added in v0.2.0
type GetSeasonTypesFullResponse = operations.GetSeasonTypesResponse
type GetSeasonTypesResponse ¶
type GetSeasonTypesResponse = operations.GetSeasonTypes200ApplicationJSON
type GetSeriesArtworksFullResponse ¶ added in v0.2.0
type GetSeriesArtworksFullResponse = operations.GetSeriesArtworksResponse
type GetSeriesArtworksRequest ¶ added in v0.2.0
type GetSeriesArtworksRequest = operations.GetSeriesArtworksRequest
type GetSeriesArtworksResponse ¶
type GetSeriesArtworksResponse = operations.GetSeriesArtworks200ApplicationJSON
type GetSeriesBaseBySlugFullResponse ¶ added in v0.2.0
type GetSeriesBaseBySlugFullResponse = operations.GetSeriesBaseBySlugResponse
type GetSeriesBaseBySlugRequest ¶ added in v0.2.0
type GetSeriesBaseBySlugRequest = operations.GetSeriesBaseBySlugRequest
type GetSeriesBaseBySlugResponse ¶
type GetSeriesBaseBySlugResponse = operations.GetSeriesBaseBySlug200ApplicationJSON
type GetSeriesBaseFullResponse ¶ added in v0.2.0
type GetSeriesBaseFullResponse = operations.GetSeriesBaseResponse
type GetSeriesBaseRequest ¶ added in v0.2.0
type GetSeriesBaseRequest = operations.GetSeriesBaseRequest
type GetSeriesBaseResponse ¶
type GetSeriesBaseResponse = operations.GetSeriesBase200ApplicationJSON
type GetSeriesEpisodesFullResponse ¶ added in v0.2.0
type GetSeriesEpisodesFullResponse = operations.GetSeriesEpisodesResponse
type GetSeriesEpisodesRequest ¶ added in v0.2.0
type GetSeriesEpisodesRequest = operations.GetSeriesEpisodesRequest
type GetSeriesEpisodesResponse ¶
type GetSeriesEpisodesResponse = operations.GetSeriesEpisodes200ApplicationJSON
type GetSeriesEpisodesResponseData ¶ added in v0.2.0
type GetSeriesEpisodesResponseData = operations.GetSeriesEpisodes200ApplicationJSONData
type GetSeriesExtendedFullResponse ¶ added in v0.2.0
type GetSeriesExtendedFullResponse = operations.GetSeriesExtendedResponse
type GetSeriesExtendedMeta ¶ added in v0.2.0
type GetSeriesExtendedMeta = operations.GetSeriesExtendedMeta
type GetSeriesExtendedRequest ¶ added in v0.2.0
type GetSeriesExtendedRequest = operations.GetSeriesExtendedRequest
type GetSeriesExtendedResponse ¶
type GetSeriesExtendedResponse = operations.GetSeriesExtended200ApplicationJSON
type GetSeriesFilterFullResponse ¶ added in v0.2.0
type GetSeriesFilterFullResponse = operations.GetSeriesFilterResponse
type GetSeriesFilterGenre ¶ added in v0.2.1
type GetSeriesFilterGenre = operations.GetSeriesFilterGenre
type GetSeriesFilterRequest ¶ added in v0.2.0
type GetSeriesFilterRequest = operations.GetSeriesFilterRequest
type GetSeriesFilterResponse ¶
type GetSeriesFilterResponse = operations.GetSeriesFilter200ApplicationJSON
type GetSeriesFilterSort ¶ added in v0.2.0
type GetSeriesFilterSort = operations.GetSeriesFilterSort
type GetSeriesFilterSortType ¶ added in v0.2.0
type GetSeriesFilterSortType = operations.GetSeriesFilterSortType
type GetSeriesFilterStatus ¶ added in v0.2.1
type GetSeriesFilterStatus = operations.GetSeriesFilterStatus
type GetSeriesNextAiredFullResponse ¶ added in v0.2.0
type GetSeriesNextAiredFullResponse = operations.GetSeriesNextAiredResponse
type GetSeriesNextAiredRequest ¶ added in v0.2.0
type GetSeriesNextAiredRequest = operations.GetSeriesNextAiredRequest
type GetSeriesNextAiredResponse ¶
type GetSeriesNextAiredResponse = operations.GetSeriesNextAired200ApplicationJSON
type GetSeriesSeasonEpisodesTranslatedFullResponse ¶ added in v0.2.0
type GetSeriesSeasonEpisodesTranslatedFullResponse = operations.GetSeriesSeasonEpisodesTranslatedResponse
type GetSeriesSeasonEpisodesTranslatedRequest ¶ added in v0.2.0
type GetSeriesSeasonEpisodesTranslatedRequest = operations.GetSeriesSeasonEpisodesTranslatedRequest
type GetSeriesSeasonEpisodesTranslatedResponse ¶
type GetSeriesSeasonEpisodesTranslatedResponse = operations.GetSeriesSeasonEpisodesTranslated200ApplicationJSON
type GetSeriesSeasonEpisodesTranslatedResponseData ¶ added in v0.2.0
type GetSeriesSeasonEpisodesTranslatedResponseData = operations.GetSeriesSeasonEpisodesTranslated200ApplicationJSONData
type GetSeriesTranslationFullResponse ¶ added in v0.2.0
type GetSeriesTranslationFullResponse = operations.GetSeriesTranslationResponse
type GetSeriesTranslationRequest ¶ added in v0.2.0
type GetSeriesTranslationRequest = operations.GetSeriesTranslationRequest
type GetSeriesTranslationResponse ¶
type GetSeriesTranslationResponse = operations.GetSeriesTranslation200ApplicationJSON
type GetUserFavoritesFullResponse ¶ added in v0.2.0
type GetUserFavoritesFullResponse = operations.GetUserFavoritesResponse
type GetUserFavoritesResponse ¶
type GetUserFavoritesResponse = operations.GetUserFavorites200ApplicationJSON
type GetUserInfoByIDFullResponse ¶ added in v0.2.0
type GetUserInfoByIDFullResponse = operations.GetUserInfoByIDResponse
type GetUserInfoByIDRequest ¶ added in v0.2.0
type GetUserInfoByIDRequest = operations.GetUserInfoByIDRequest
type GetUserInfoByIDResponse ¶ added in v0.2.0
type GetUserInfoByIDResponse = operations.GetUserInfoByID200ApplicationJSON
type GetUserInfoFullResponse ¶ added in v0.2.0
type GetUserInfoFullResponse = operations.GetUserInfoResponse
type GetUserInfoResponse ¶
type GetUserInfoResponse = operations.GetUserInfo200ApplicationJSON
type PostLoginFullResponse ¶ added in v0.2.0
type PostLoginFullResponse = operations.PostLoginResponse
type PostLoginRequestBody ¶ added in v0.2.0
type PostLoginRequestBody = operations.PostLoginRequestBody
type PostLoginResponse ¶
type PostLoginResponse = operations.PostLogin200ApplicationJSON
type PostLoginResponseData ¶ added in v0.2.0
type PostLoginResponseData = operations.PostLogin200ApplicationJSONData
type UpdatesAction ¶ added in v0.2.0
type UpdatesAction = operations.UpdatesAction
type UpdatesFullResponse ¶ added in v0.2.0
type UpdatesFullResponse = operations.UpdatesResponse
type UpdatesRequest ¶ added in v0.2.0
type UpdatesRequest = operations.UpdatesRequest
type UpdatesResponse ¶
type UpdatesResponse = operations.Updates200ApplicationJSON
type UpdatesType ¶ added in v0.2.0
type UpdatesType = operations.UpdatesType