Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAllArtworkStatuses(ctx context.Context) (*GetAllArtworkStatuses, error)
- func (c *Client) GetAllArtworkTypes(ctx context.Context) (*GetAllArtworkTypes, error)
- func (c *Client) GetAllAwards(ctx context.Context) (*GetAllAwards, error)
- func (c *Client) GetAllCompanies(page *float64) (*GetAllCompanies, error)
- func (c *Client) GetAllContentRatings(ctx context.Context) (*GetAllContentRatings, error)
- func (c *Client) GetAllCountries(ctx context.Context) (*GetAllCountries, error)
- func (c *Client) GetAllEpisodes(page *float64) (*GetAllEpisodes, error)
- func (c *Client) GetAllGenders(ctx context.Context) (*GetAllGenders, error)
- func (c *Client) GetAllGenres(ctx context.Context) (*GetAllGenres, error)
- func (c *Client) GetAllInspirationTypes(ctx context.Context) (*GetAllInspirationTypes, error)
- func (c *Client) GetAllLanguages(ctx context.Context) (*GetAllLanguages, error)
- func (c *Client) GetAllLists(page *float64) (*GetAllLists, error)
- func (c *Client) GetAllMovie(page *float64) (*GetAllMovie, error)
- func (c *Client) GetAllMovieStatuses(ctx context.Context) (*GetAllMovieStatuses, error)
- func (c *Client) GetAllPeople(page *float64) (*GetAllPeople, error)
- func (c *Client) GetAllPeopleTypes(ctx context.Context) (*GetAllPeopleTypes, error)
- func (c *Client) GetAllSeasons(page *float64) (*GetAllSeasons, error)
- func (c *Client) GetAllSeries(page *float64) (*GetAllSeries, error)
- func (c *Client) GetAllSeriesStatuses(ctx context.Context) (*GetAllSeriesStatuses, error)
- func (c *Client) GetAllSourceTypes(ctx context.Context) (*GetAllSourceTypes, error)
- func (c *Client) GetArtworkBase(id float64) (*GetArtworkBase, error)
- func (c *Client) GetArtworkExtended(id float64) (*GetArtworkExtended, error)
- func (c *Client) GetAward(id float64) (*GetAward, error)
- func (c *Client) GetAwardCategory(id float64) (*GetAwardCategory, error)
- func (c *Client) GetAwardCategoryExtended(id float64) (*GetAwardCategoryExtended, error)
- func (c *Client) GetAwardExtended(id float64) (*GetAwardExtended, error)
- func (c *Client) GetCharacterBase(id float64) (*GetCharacterBase, error)
- func (c *Client) GetCompany(id float64) (*GetCompany, error)
- func (c *Client) GetCompanyTypes(ctx context.Context) (*GetCompanyTypes, error)
- func (c *Client) GetEntityTypes(ctx context.Context) (*GetEntityTypes, error)
- func (c *Client) GetEpisodeBase(id float64) (*GetEpisodeBase, error)
- func (c *Client) GetEpisodeExtended(id float64, meta *operations.GetEpisodeExtendedMeta) (*GetEpisodeExtended, error)
- func (c *Client) GetEpisodeTranslation(id float64, language string) (*GetEpisodeTranslation, error)
- func (c *Client) GetGenreBase(id float64) (*GetGenreBase, error)
- func (c *Client) GetList(id float64) (*GetList, error)
- func (c *Client) GetListBySlug(slug string) (*GetListBySlug, error)
- func (c *Client) GetListExtended(id float64) (*GetListExtended, error)
- func (c *Client) GetListTranslation(id float64, language string) (*GetListTranslation, error)
- func (c *Client) GetMovieBase(id float64) (*GetMovieBase, error)
- func (c *Client) GetMovieBaseBySlug(slug string) (*GetMovieBaseBySlug, error)
- func (c *Client) GetMovieExtended(id float64, meta *operations.GetMovieExtendedMeta, short *bool) (*GetMovieExtended, error)
- func (c *Client) GetMovieTranslation(id float64, language string) (*GetMovieTranslation, error)
- func (c *Client) GetMoviesFilter(request operations.GetMoviesFilterRequest) (*GetMoviesFilter, error)
- func (c *Client) GetPeopleBase(id float64) (*GetPeopleBase, error)
- func (c *Client) GetPeopleExtended(id float64, meta *operations.GetPeopleExtendedMeta) (*GetPeopleExtended, error)
- func (c *Client) GetPeopleTranslation(id float64, language string) (*GetPeopleTranslation, error)
- func (c *Client) GetSearchResults(request operations.GetSearchResultsRequest) (*GetSearchResults, error)
- func (c *Client) GetSearchResultsByRemoteID(remoteID string) (*GetSearchResultsByRemoteID, error)
- func (c *Client) GetSeasonBase(id float64) (*GetSeasonBase, error)
- func (c *Client) GetSeasonExtended(id float64) (*GetSeasonExtended, error)
- func (c *Client) GetSeasonTranslation(id float64, language string) (*GetSeasonTranslation, error)
- func (c *Client) GetSeasonTypes(ctx context.Context) (*GetSeasonTypes, error)
- func (c *Client) GetSeriesArtworks(id float64, lang *string, type_ *int64) (*GetSeriesArtworks, error)
- func (c *Client) GetSeriesBase(id float64) (*GetSeriesBase, error)
- func (c *Client) GetSeriesBaseBySlug(slug string) (*GetSeriesBaseBySlug, error)
- func (c *Client) GetSeriesEpisodes(request operations.GetSeriesEpisodesRequest) (*GetSeriesEpisodes, error)
- func (c *Client) GetSeriesExtended(id float64, meta *operations.GetSeriesExtendedMeta, short *bool) (*GetSeriesExtended, error)
- func (c *Client) GetSeriesFilter(request operations.GetSeriesFilterRequest) (*GetSeriesFilter, error)
- func (c *Client) GetSeriesNextAired(id float64) (*GetSeriesNextAired, error)
- func (c *Client) GetSeriesSeasonEpisodesTranslated(id float64, lang string, page int64, seasonType string) (*GetSeriesSeasonEpisodesTranslated, error)
- func (c *Client) GetSeriesTranslation(id float64, language string) (*GetSeriesTranslation, error)
- func (c *Client) GetUserFavorites(ctx context.Context) (*GetUserFavorites, error)
- func (c *Client) GetUserInfo(ctx context.Context) (*GetUserInfo, error)
- func (c *Client) GetUserInfoByID(id float64) (*GetUserInfoByID, error)
- func (c *Client) PostLogin(request operations.PostLoginRequestBody) (*PostLogin, error)
- func (c *Client) Updates(since float64, action *operations.UpdatesAction, page *float64, ...) (*Updates, error)
- type GetAllArtworkStatuses
- type GetAllArtworkTypes
- type GetAllAwards
- type GetAllCompanies
- type GetAllContentRatings
- type GetAllCountries
- type GetAllEpisodes
- type GetAllGenders
- type GetAllGenres
- type GetAllInspirationTypes
- type GetAllLanguages
- type GetAllLists
- type GetAllMovie
- type GetAllMovieStatuses
- type GetAllPeople
- type GetAllPeopleTypes
- type GetAllSeasons
- type GetAllSeries
- type GetAllSeriesStatuses
- type GetAllSourceTypes
- type GetArtworkBase
- type GetArtworkExtended
- type GetAward
- type GetAwardCategory
- type GetAwardCategoryExtended
- type GetAwardExtended
- type GetCharacterBase
- type GetCompany
- type GetCompanyTypes
- type GetEntityTypes
- type GetEpisodeBase
- type GetEpisodeExtended
- type GetEpisodeTranslation
- type GetGenreBase
- type GetList
- type GetListBySlug
- type GetListExtended
- type GetListTranslation
- type GetMovieBase
- type GetMovieBaseBySlug
- type GetMovieExtended
- type GetMovieTranslation
- type GetMoviesFilter
- type GetPeopleBase
- type GetPeopleExtended
- type GetPeopleTranslation
- type GetSearchResults
- type GetSearchResultsByRemoteID
- type GetSeasonBase
- type GetSeasonExtended
- type GetSeasonTranslation
- type GetSeasonTypes
- type GetSeriesArtworks
- type GetSeriesBase
- type GetSeriesBaseBySlug
- type GetSeriesEpisodes
- type GetSeriesExtended
- type GetSeriesFilter
- type GetSeriesNextAired
- type GetSeriesSeasonEpisodesTranslated
- type GetSeriesTranslation
- type GetUserFavorites
- type GetUserInfo
- type GetUserInfoByID
- type PostLogin
- type Updates
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetAllArtworkStatuses ¶
func (c *Client) GetAllArtworkStatuses(ctx context.Context) (*GetAllArtworkStatuses, error)
GetAllArtworkStatuses wraps the generated openapi.SDK client call
func (*Client) GetAllArtworkTypes ¶
func (c *Client) GetAllArtworkTypes(ctx context.Context) (*GetAllArtworkTypes, error)
GetAllArtworkTypes wraps the generated openapi.SDK client call
func (*Client) GetAllAwards ¶
func (c *Client) GetAllAwards(ctx context.Context) (*GetAllAwards, error)
GetAllAwards wraps the generated openapi.SDK client call
func (*Client) GetAllCompanies ¶
func (c *Client) GetAllCompanies(page *float64) (*GetAllCompanies, error)
GetAllCompanies wraps the generated openapi.SDK client call
func (*Client) GetAllContentRatings ¶
func (c *Client) GetAllContentRatings(ctx context.Context) (*GetAllContentRatings, error)
GetAllContentRatings wraps the generated openapi.SDK client call
func (*Client) GetAllCountries ¶
func (c *Client) GetAllCountries(ctx context.Context) (*GetAllCountries, error)
GetAllCountries wraps the generated openapi.SDK client call
func (*Client) GetAllEpisodes ¶
func (c *Client) GetAllEpisodes(page *float64) (*GetAllEpisodes, error)
GetAllEpisodes wraps the generated openapi.SDK client call
func (*Client) GetAllGenders ¶
func (c *Client) GetAllGenders(ctx context.Context) (*GetAllGenders, error)
GetAllGenders wraps the generated openapi.SDK client call
func (*Client) GetAllGenres ¶
func (c *Client) GetAllGenres(ctx context.Context) (*GetAllGenres, error)
GetAllGenres wraps the generated openapi.SDK client call
func (*Client) GetAllInspirationTypes ¶
func (c *Client) GetAllInspirationTypes(ctx context.Context) (*GetAllInspirationTypes, error)
GetAllInspirationTypes wraps the generated openapi.SDK client call
func (*Client) GetAllLanguages ¶
func (c *Client) GetAllLanguages(ctx context.Context) (*GetAllLanguages, error)
GetAllLanguages wraps the generated openapi.SDK client call
func (*Client) GetAllLists ¶
func (c *Client) GetAllLists(page *float64) (*GetAllLists, error)
GetAllLists wraps the generated openapi.SDK client call
func (*Client) GetAllMovie ¶
func (c *Client) GetAllMovie(page *float64) (*GetAllMovie, error)
GetAllMovie wraps the generated openapi.SDK client call
func (*Client) GetAllMovieStatuses ¶
func (c *Client) GetAllMovieStatuses(ctx context.Context) (*GetAllMovieStatuses, error)
GetAllMovieStatuses wraps the generated openapi.SDK client call
func (*Client) GetAllPeople ¶
func (c *Client) GetAllPeople(page *float64) (*GetAllPeople, error)
GetAllPeople wraps the generated openapi.SDK client call
func (*Client) GetAllPeopleTypes ¶
func (c *Client) GetAllPeopleTypes(ctx context.Context) (*GetAllPeopleTypes, error)
GetAllPeopleTypes wraps the generated openapi.SDK client call
func (*Client) GetAllSeasons ¶
func (c *Client) GetAllSeasons(page *float64) (*GetAllSeasons, error)
GetAllSeasons wraps the generated openapi.SDK client call
func (*Client) GetAllSeries ¶
func (c *Client) GetAllSeries(page *float64) (*GetAllSeries, error)
GetAllSeries wraps the generated openapi.SDK client call
func (*Client) GetAllSeriesStatuses ¶
func (c *Client) GetAllSeriesStatuses(ctx context.Context) (*GetAllSeriesStatuses, error)
GetAllSeriesStatuses wraps the generated openapi.SDK client call
func (*Client) GetAllSourceTypes ¶
func (c *Client) GetAllSourceTypes(ctx context.Context) (*GetAllSourceTypes, error)
GetAllSourceTypes wraps the generated openapi.SDK client call
func (*Client) GetArtworkBase ¶
func (c *Client) GetArtworkBase(id float64) (*GetArtworkBase, error)
GetArtworkBase wraps the generated openapi.SDK client call
func (*Client) GetArtworkExtended ¶
func (c *Client) GetArtworkExtended(id float64) (*GetArtworkExtended, error)
GetArtworkExtended wraps the generated openapi.SDK client call
func (*Client) GetAwardCategory ¶
func (c *Client) GetAwardCategory(id float64) (*GetAwardCategory, error)
GetAwardCategory wraps the generated openapi.SDK client call
func (*Client) GetAwardCategoryExtended ¶
func (c *Client) GetAwardCategoryExtended(id float64) (*GetAwardCategoryExtended, error)
GetAwardCategoryExtended wraps the generated openapi.SDK client call
func (*Client) GetAwardExtended ¶
func (c *Client) GetAwardExtended(id float64) (*GetAwardExtended, error)
GetAwardExtended wraps the generated openapi.SDK client call
func (*Client) GetCharacterBase ¶
func (c *Client) GetCharacterBase(id float64) (*GetCharacterBase, error)
GetCharacterBase wraps the generated openapi.SDK client call
func (*Client) GetCompany ¶
func (c *Client) GetCompany(id float64) (*GetCompany, error)
GetCompany wraps the generated openapi.SDK client call
func (*Client) GetCompanyTypes ¶
func (c *Client) GetCompanyTypes(ctx context.Context) (*GetCompanyTypes, error)
GetCompanyTypes wraps the generated openapi.SDK client call
func (*Client) GetEntityTypes ¶
func (c *Client) GetEntityTypes(ctx context.Context) (*GetEntityTypes, error)
GetEntityTypes wraps the generated openapi.SDK client call
func (*Client) GetEpisodeBase ¶
func (c *Client) GetEpisodeBase(id float64) (*GetEpisodeBase, error)
GetEpisodeBase wraps the generated openapi.SDK client call
func (*Client) GetEpisodeExtended ¶
func (c *Client) GetEpisodeExtended(id float64, meta *operations.GetEpisodeExtendedMeta) (*GetEpisodeExtended, error)
GetEpisodeExtended wraps the generated openapi.SDK client call
func (*Client) GetEpisodeTranslation ¶
func (c *Client) GetEpisodeTranslation(id float64, language string) (*GetEpisodeTranslation, error)
GetEpisodeTranslation wraps the generated openapi.SDK client call
func (*Client) GetGenreBase ¶
func (c *Client) GetGenreBase(id float64) (*GetGenreBase, error)
GetGenreBase wraps the generated openapi.SDK client call
func (*Client) GetListBySlug ¶
func (c *Client) GetListBySlug(slug string) (*GetListBySlug, error)
GetListBySlug wraps the generated openapi.SDK client call
func (*Client) GetListExtended ¶
func (c *Client) GetListExtended(id float64) (*GetListExtended, error)
GetListExtended wraps the generated openapi.SDK client call
func (*Client) GetListTranslation ¶
func (c *Client) GetListTranslation(id float64, language string) (*GetListTranslation, error)
GetListTranslation wraps the generated openapi.SDK client call
func (*Client) GetMovieBase ¶
func (c *Client) GetMovieBase(id float64) (*GetMovieBase, error)
GetMovieBase wraps the generated openapi.SDK client call
func (*Client) GetMovieBaseBySlug ¶
func (c *Client) GetMovieBaseBySlug(slug string) (*GetMovieBaseBySlug, error)
GetMovieBaseBySlug wraps the generated openapi.SDK client call
func (*Client) GetMovieExtended ¶
func (c *Client) GetMovieExtended(id float64, meta *operations.GetMovieExtendedMeta, short *bool) (*GetMovieExtended, error)
GetMovieExtended wraps the generated openapi.SDK client call
func (*Client) GetMovieTranslation ¶
func (c *Client) GetMovieTranslation(id float64, language string) (*GetMovieTranslation, error)
GetMovieTranslation wraps the generated openapi.SDK client call
func (*Client) GetMoviesFilter ¶
func (c *Client) GetMoviesFilter(request operations.GetMoviesFilterRequest) (*GetMoviesFilter, error)
GetMoviesFilter wraps the generated openapi.SDK client call
func (*Client) GetPeopleBase ¶
func (c *Client) GetPeopleBase(id float64) (*GetPeopleBase, error)
GetPeopleBase wraps the generated openapi.SDK client call
func (*Client) GetPeopleExtended ¶
func (c *Client) GetPeopleExtended(id float64, meta *operations.GetPeopleExtendedMeta) (*GetPeopleExtended, error)
GetPeopleExtended wraps the generated openapi.SDK client call
func (*Client) GetPeopleTranslation ¶
func (c *Client) GetPeopleTranslation(id float64, language string) (*GetPeopleTranslation, error)
GetPeopleTranslation wraps the generated openapi.SDK client call
func (*Client) GetSearchResults ¶
func (c *Client) GetSearchResults(request operations.GetSearchResultsRequest) (*GetSearchResults, error)
GetSearchResults wraps the generated openapi.SDK client call
func (*Client) GetSearchResultsByRemoteID ¶ added in v0.1.1
func (c *Client) GetSearchResultsByRemoteID(remoteID string) (*GetSearchResultsByRemoteID, error)
GetSearchResultsByRemoteID wraps the generated openapi.SDK client call
func (*Client) GetSeasonBase ¶
func (c *Client) GetSeasonBase(id float64) (*GetSeasonBase, error)
GetSeasonBase wraps the generated openapi.SDK client call
func (*Client) GetSeasonExtended ¶
func (c *Client) GetSeasonExtended(id float64) (*GetSeasonExtended, error)
GetSeasonExtended wraps the generated openapi.SDK client call
func (*Client) GetSeasonTranslation ¶
func (c *Client) GetSeasonTranslation(id float64, language string) (*GetSeasonTranslation, error)
GetSeasonTranslation wraps the generated openapi.SDK client call
func (*Client) GetSeasonTypes ¶
func (c *Client) GetSeasonTypes(ctx context.Context) (*GetSeasonTypes, error)
GetSeasonTypes wraps the generated openapi.SDK client call
func (*Client) GetSeriesArtworks ¶
func (c *Client) GetSeriesArtworks(id float64, lang *string, type_ *int64) (*GetSeriesArtworks, error)
GetSeriesArtworks wraps the generated openapi.SDK client call
func (*Client) GetSeriesBase ¶
func (c *Client) GetSeriesBase(id float64) (*GetSeriesBase, error)
GetSeriesBase wraps the generated openapi.SDK client call
func (*Client) GetSeriesBaseBySlug ¶
func (c *Client) GetSeriesBaseBySlug(slug string) (*GetSeriesBaseBySlug, error)
GetSeriesBaseBySlug wraps the generated openapi.SDK client call
func (*Client) GetSeriesEpisodes ¶
func (c *Client) GetSeriesEpisodes(request operations.GetSeriesEpisodesRequest) (*GetSeriesEpisodes, error)
GetSeriesEpisodes wraps the generated openapi.SDK client call
func (*Client) GetSeriesExtended ¶
func (c *Client) GetSeriesExtended(id float64, meta *operations.GetSeriesExtendedMeta, short *bool) (*GetSeriesExtended, error)
GetSeriesExtended wraps the generated openapi.SDK client call
func (*Client) GetSeriesFilter ¶
func (c *Client) GetSeriesFilter(request operations.GetSeriesFilterRequest) (*GetSeriesFilter, error)
GetSeriesFilter wraps the generated openapi.SDK client call
func (*Client) GetSeriesNextAired ¶
func (c *Client) GetSeriesNextAired(id float64) (*GetSeriesNextAired, error)
GetSeriesNextAired wraps the generated openapi.SDK client call
func (*Client) GetSeriesSeasonEpisodesTranslated ¶
func (c *Client) GetSeriesSeasonEpisodesTranslated(id float64, lang string, page int64, seasonType string) (*GetSeriesSeasonEpisodesTranslated, error)
GetSeriesSeasonEpisodesTranslated wraps the generated openapi.SDK client call
func (*Client) GetSeriesTranslation ¶
func (c *Client) GetSeriesTranslation(id float64, language string) (*GetSeriesTranslation, error)
GetSeriesTranslation wraps the generated openapi.SDK client call
func (*Client) GetUserFavorites ¶
func (c *Client) GetUserFavorites(ctx context.Context) (*GetUserFavorites, error)
CreateUserFavorites wraps the generated openapi.SDK client call
func (c *Client) CreateUserFavorites(request *shared.FavoriteRecord) (*CreateUserFavorites, error) {
r, err := c.sdk.Favorites.CreateUserFavorites(c.ctx, request)
if err != nil {
return nil, err
}
if r.StatusCode != 200 {
return nil, errors.Errorf("non-200 response: %d", r.StatusCode)
}
return r.CreateUserFavorites200ApplicationJSONObject, nil
}
GetUserFavorites wraps the generated openapi.SDK client call
func (*Client) GetUserInfo ¶
func (c *Client) GetUserInfo(ctx context.Context) (*GetUserInfo, error)
GetUserInfo wraps the generated openapi.SDK client call
func (*Client) GetUserInfoByID ¶ added in v0.1.1
func (c *Client) GetUserInfoByID(id float64) (*GetUserInfoByID, error)
GetUserInfoByID wraps the generated openapi.SDK client call
func (*Client) PostLogin ¶
func (c *Client) PostLogin(request operations.PostLoginRequestBody) (*PostLogin, error)
PostLogin wraps the generated openapi.SDK client call
func (*Client) Updates ¶
func (c *Client) Updates(since float64, action *operations.UpdatesAction, page *float64, type_ *operations.UpdatesType) (*Updates, error)
Updates wraps the generated openapi.SDK client call
type GetAllArtworkStatuses ¶ added in v0.1.1
type GetAllArtworkStatuses = operations.GetAllArtworkStatuses200ApplicationJSON
type GetAllArtworkTypes ¶ added in v0.1.1
type GetAllArtworkTypes = operations.GetAllArtworkTypes200ApplicationJSON
type GetAllAwards ¶ added in v0.1.1
type GetAllAwards = operations.GetAllAwards200ApplicationJSON
type GetAllCompanies ¶ added in v0.1.1
type GetAllCompanies = operations.GetAllCompanies200ApplicationJSON
type GetAllContentRatings ¶ added in v0.1.1
type GetAllContentRatings = operations.GetAllContentRatings200ApplicationJSON
type GetAllCountries ¶ added in v0.1.1
type GetAllCountries = operations.GetAllCountries200ApplicationJSON
type GetAllEpisodes ¶ added in v0.1.1
type GetAllEpisodes = operations.GetAllEpisodes200ApplicationJSON
type GetAllGenders ¶ added in v0.1.1
type GetAllGenders = operations.GetAllGenders200ApplicationJSON
type GetAllGenres ¶ added in v0.1.1
type GetAllGenres = operations.GetAllGenres200ApplicationJSON
type GetAllInspirationTypes ¶ added in v0.1.1
type GetAllInspirationTypes = operations.GetAllInspirationTypes200ApplicationJSON
type GetAllLanguages ¶ added in v0.1.1
type GetAllLanguages = operations.GetAllLanguages200ApplicationJSON
type GetAllLists ¶ added in v0.1.1
type GetAllLists = operations.GetAllLists200ApplicationJSON
type GetAllMovie ¶ added in v0.1.1
type GetAllMovie = operations.GetAllMovie200ApplicationJSON
type GetAllMovieStatuses ¶ added in v0.1.1
type GetAllMovieStatuses = operations.GetAllMovieStatuses200ApplicationJSON
type GetAllPeople ¶ added in v0.1.1
type GetAllPeople = operations.GetAllPeople200ApplicationJSON
type GetAllPeopleTypes ¶ added in v0.1.1
type GetAllPeopleTypes = operations.GetAllPeopleTypes200ApplicationJSON
type GetAllSeasons ¶ added in v0.1.1
type GetAllSeasons = operations.GetAllSeasons200ApplicationJSON
type GetAllSeries ¶ added in v0.1.1
type GetAllSeries = operations.GetAllSeries200ApplicationJSON
type GetAllSeriesStatuses ¶ added in v0.1.1
type GetAllSeriesStatuses = operations.GetAllSeriesStatuses200ApplicationJSON
type GetAllSourceTypes ¶ added in v0.1.1
type GetAllSourceTypes = operations.GetAllSourceTypes200ApplicationJSON
type GetArtworkBase ¶ added in v0.1.1
type GetArtworkBase = operations.GetArtworkBase200ApplicationJSON
type GetArtworkExtended ¶ added in v0.1.1
type GetArtworkExtended = operations.GetArtworkExtended200ApplicationJSON
type GetAward ¶ added in v0.1.1
type GetAward = operations.GetAward200ApplicationJSON
type GetAwardCategory ¶ added in v0.1.1
type GetAwardCategory = operations.GetAwardCategory200ApplicationJSON
type GetAwardCategoryExtended ¶ added in v0.1.1
type GetAwardCategoryExtended = operations.GetAwardCategoryExtended200ApplicationJSON
type GetAwardExtended ¶ added in v0.1.1
type GetAwardExtended = operations.GetAwardExtended200ApplicationJSON
type GetCharacterBase ¶ added in v0.1.1
type GetCharacterBase = operations.GetCharacterBase200ApplicationJSON
type GetCompany ¶ added in v0.1.1
type GetCompany = operations.GetCompany200ApplicationJSON
type GetCompanyTypes ¶ added in v0.1.1
type GetCompanyTypes = operations.GetCompanyTypes200ApplicationJSON
type GetEntityTypes ¶ added in v0.1.1
type GetEntityTypes = operations.GetEntityTypes200ApplicationJSON
type GetEpisodeBase ¶ added in v0.1.1
type GetEpisodeBase = operations.GetEpisodeBase200ApplicationJSON
type GetEpisodeExtended ¶ added in v0.1.1
type GetEpisodeExtended = operations.GetEpisodeExtended200ApplicationJSON
type GetEpisodeTranslation ¶ added in v0.1.1
type GetEpisodeTranslation = operations.GetEpisodeTranslation200ApplicationJSON
type GetGenreBase ¶ added in v0.1.1
type GetGenreBase = operations.GetGenreBase200ApplicationJSON
type GetList ¶ added in v0.1.1
type GetList = operations.GetList200ApplicationJSON
type GetListBySlug ¶ added in v0.1.1
type GetListBySlug = operations.GetListBySlug200ApplicationJSON
type GetListExtended ¶ added in v0.1.1
type GetListExtended = operations.GetListExtended200ApplicationJSON
type GetListTranslation ¶ added in v0.1.1
type GetListTranslation = operations.GetListTranslation200ApplicationJSON
type GetMovieBase ¶ added in v0.1.1
type GetMovieBase = operations.GetMovieBase200ApplicationJSON
type GetMovieBaseBySlug ¶ added in v0.1.1
type GetMovieBaseBySlug = operations.GetMovieBaseBySlug200ApplicationJSON
type GetMovieExtended ¶ added in v0.1.1
type GetMovieExtended = operations.GetMovieExtended200ApplicationJSON
type GetMovieTranslation ¶ added in v0.1.1
type GetMovieTranslation = operations.GetMovieTranslation200ApplicationJSON
type GetMoviesFilter ¶ added in v0.1.1
type GetMoviesFilter = operations.GetMoviesFilter200ApplicationJSON
type GetPeopleBase ¶ added in v0.1.1
type GetPeopleBase = operations.GetPeopleBase200ApplicationJSON
type GetPeopleExtended ¶ added in v0.1.1
type GetPeopleExtended = operations.GetPeopleExtended200ApplicationJSON
type GetPeopleTranslation ¶ added in v0.1.1
type GetPeopleTranslation = operations.GetPeopleTranslation200ApplicationJSON
type GetSearchResults ¶ added in v0.1.1
type GetSearchResults = operations.GetSearchResults200ApplicationJSON
type GetSearchResultsByRemoteID ¶ added in v0.1.1
type GetSearchResultsByRemoteID = operations.GetSearchResultsByRemoteID200ApplicationJSON
type GetSeasonBase ¶ added in v0.1.1
type GetSeasonBase = operations.GetSeasonBase200ApplicationJSON
type GetSeasonExtended ¶ added in v0.1.1
type GetSeasonExtended = operations.GetSeasonExtended200ApplicationJSON
type GetSeasonTranslation ¶ added in v0.1.1
type GetSeasonTranslation = operations.GetSeasonTranslation200ApplicationJSON
type GetSeasonTypes ¶ added in v0.1.1
type GetSeasonTypes = operations.GetSeasonTypes200ApplicationJSON
type GetSeriesArtworks ¶ added in v0.1.1
type GetSeriesArtworks = operations.GetSeriesArtworks200ApplicationJSON
type GetSeriesBase ¶ added in v0.1.1
type GetSeriesBase = operations.GetSeriesBase200ApplicationJSON
type GetSeriesBaseBySlug ¶ added in v0.1.1
type GetSeriesBaseBySlug = operations.GetSeriesBaseBySlug200ApplicationJSON
type GetSeriesEpisodes ¶ added in v0.1.1
type GetSeriesEpisodes = operations.GetSeriesEpisodes200ApplicationJSON
type GetSeriesExtended ¶ added in v0.1.1
type GetSeriesExtended = operations.GetSeriesExtended200ApplicationJSON
type GetSeriesFilter ¶ added in v0.1.1
type GetSeriesFilter = operations.GetSeriesFilter200ApplicationJSON
type GetSeriesNextAired ¶ added in v0.1.1
type GetSeriesNextAired = operations.GetSeriesNextAired200ApplicationJSON
type GetSeriesSeasonEpisodesTranslated ¶ added in v0.1.1
type GetSeriesSeasonEpisodesTranslated = operations.GetSeriesSeasonEpisodesTranslated200ApplicationJSON
type GetSeriesTranslation ¶ added in v0.1.1
type GetSeriesTranslation = operations.GetSeriesTranslation200ApplicationJSON
type GetUserFavorites ¶ added in v0.1.1
type GetUserFavorites = operations.GetUserFavorites200ApplicationJSON
type GetUserInfo ¶ added in v0.1.1
type GetUserInfo = operations.GetUserInfo200ApplicationJSON
type GetUserInfoByID ¶ added in v0.1.1
type GetUserInfoByID = operations.GetUserInfoByID200ApplicationJSON
type PostLogin ¶ added in v0.1.1
type PostLogin = operations.PostLogin200ApplicationJSON
type Updates ¶ added in v0.1.1
type Updates = operations.Updates200ApplicationJSON