forked from nite/go-igdb
u
This commit is contained in:
@@ -1,82 +1,82 @@
|
||||
package endpoint
|
||||
|
||||
type EndpointName string
|
||||
type Name string
|
||||
|
||||
var (
|
||||
EPAgeRatingCategories EndpointName = "age_rating_categories"
|
||||
EPAgeRatingContentDescriptions EndpointName = "age_rating_content_descriptions"
|
||||
EPAgeRatingContentDescriptionsV2 EndpointName = "age_rating_content_descriptions_v2"
|
||||
EPAgeRatingOrganizations EndpointName = "age_rating_organizations"
|
||||
EPAgeRatings EndpointName = "age_ratings"
|
||||
EPAlternativeNames EndpointName = "alternative_names"
|
||||
EPArtworks EndpointName = "artworks"
|
||||
EPCharacterGenders EndpointName = "character_genders"
|
||||
EPCharacterMugShots EndpointName = "character_mug_shots"
|
||||
EPCharacters EndpointName = "characters"
|
||||
EPCharacterSpecies EndpointName = "character_species"
|
||||
EPCollectionMemberships EndpointName = "collection_memberships"
|
||||
EPCollectionMembershipTypes EndpointName = "collection_membership_types"
|
||||
EPCollectionRelations EndpointName = "collection_relations"
|
||||
EPCollectionRelationTypes EndpointName = "collection_relation_types"
|
||||
EPCollections EndpointName = "collections"
|
||||
EPCollectionTypes EndpointName = "collection_types"
|
||||
EPCompanies EndpointName = "companies"
|
||||
EPCompanyLogos EndpointName = "company_logos"
|
||||
EPCompanyStatuses EndpointName = "company_statuses"
|
||||
EPCompanyWebsites EndpointName = "company_websites"
|
||||
EPCovers EndpointName = "covers"
|
||||
EPDateFormats EndpointName = "date_formats"
|
||||
EPEventLogos EndpointName = "event_logos"
|
||||
EPEventNetworks EndpointName = "event_networks"
|
||||
EPEvents EndpointName = "events"
|
||||
EPExternalGames EndpointName = "external_games"
|
||||
EPExternalGameSources EndpointName = "external_game_sources"
|
||||
EPFranchises EndpointName = "franchises"
|
||||
EPGameEngineLogos EndpointName = "game_engine_logos"
|
||||
EPGameEngines EndpointName = "game_engines"
|
||||
EPGameLocalizations EndpointName = "game_localizations"
|
||||
EPGameModes EndpointName = "game_modes"
|
||||
EPGameReleaseFormats EndpointName = "game_release_formats"
|
||||
EPGames EndpointName = "games"
|
||||
EPGameStatuses EndpointName = "game_statuses"
|
||||
EPGameTimeToBeats EndpointName = "game_time_to_beats"
|
||||
EPGameTypes EndpointName = "game_types"
|
||||
EPGameVersionFeatures EndpointName = "game_version_features"
|
||||
EPGameVersionFeatureValues EndpointName = "game_version_feature_values"
|
||||
EPGameVersions EndpointName = "game_versions"
|
||||
EPGameVideos EndpointName = "game_videos"
|
||||
EPGenres EndpointName = "genres"
|
||||
EPInvolvedCompanies EndpointName = "involved_companies"
|
||||
EPKeywords EndpointName = "keywords"
|
||||
EPLanguages EndpointName = "languages"
|
||||
EPLanguageSupports EndpointName = "language_supports"
|
||||
EPLanguageSupportTypes EndpointName = "language_support_types"
|
||||
EPMultiplayerModes EndpointName = "multiplayer_modes"
|
||||
EPNetworkTypes EndpointName = "network_types"
|
||||
EPPlatformFamilies EndpointName = "platform_families"
|
||||
EPPlatformLogos EndpointName = "platform_logos"
|
||||
EPPlatforms EndpointName = "platforms"
|
||||
EPPlatformTypes EndpointName = "platform_types"
|
||||
EPPlatformVersionCompanies EndpointName = "platform_version_companies"
|
||||
EPPlatformVersionReleaseDates EndpointName = "platform_version_release_dates"
|
||||
EPPlatformVersions EndpointName = "platform_versions"
|
||||
EPPlatformWebsites EndpointName = "platform_websites"
|
||||
EPPlayerPerspectives EndpointName = "player_perspectives"
|
||||
EPPopularityPrimitives EndpointName = "popularity_primitives"
|
||||
EPPopularityTypes EndpointName = "popularity_types"
|
||||
EPRegions EndpointName = "regions"
|
||||
EPReleaseDateRegions EndpointName = "release_date_regions"
|
||||
EPReleaseDates EndpointName = "release_dates"
|
||||
EPReleaseDateStatuses EndpointName = "release_date_statuses"
|
||||
EPScreenshots EndpointName = "screenshots"
|
||||
EPSearch EndpointName = "search"
|
||||
EPThemes EndpointName = "themes"
|
||||
EPWebhooks EndpointName = "webhooks"
|
||||
EPWebsites EndpointName = "websites"
|
||||
EPWebsiteTypes EndpointName = "website_types"
|
||||
EPAgeRatingCategories Name = "age_rating_categories"
|
||||
EPAgeRatingContentDescriptions Name = "age_rating_content_descriptions"
|
||||
EPAgeRatingContentDescriptionsV2 Name = "age_rating_content_descriptions_v2"
|
||||
EPAgeRatingOrganizations Name = "age_rating_organizations"
|
||||
EPAgeRatings Name = "age_ratings"
|
||||
EPAlternativeNames Name = "alternative_names"
|
||||
EPArtworks Name = "artworks"
|
||||
EPCharacterGenders Name = "character_genders"
|
||||
EPCharacterMugShots Name = "character_mug_shots"
|
||||
EPCharacters Name = "characters"
|
||||
EPCharacterSpecies Name = "character_species"
|
||||
EPCollectionMemberships Name = "collection_memberships"
|
||||
EPCollectionMembershipTypes Name = "collection_membership_types"
|
||||
EPCollectionRelations Name = "collection_relations"
|
||||
EPCollectionRelationTypes Name = "collection_relation_types"
|
||||
EPCollections Name = "collections"
|
||||
EPCollectionTypes Name = "collection_types"
|
||||
EPCompanies Name = "companies"
|
||||
EPCompanyLogos Name = "company_logos"
|
||||
EPCompanyStatuses Name = "company_statuses"
|
||||
EPCompanyWebsites Name = "company_websites"
|
||||
EPCovers Name = "covers"
|
||||
EPDateFormats Name = "date_formats"
|
||||
EPEventLogos Name = "event_logos"
|
||||
EPEventNetworks Name = "event_networks"
|
||||
EPEvents Name = "events"
|
||||
EPExternalGames Name = "external_games"
|
||||
EPExternalGameSources Name = "external_game_sources"
|
||||
EPFranchises Name = "franchises"
|
||||
EPGameEngineLogos Name = "game_engine_logos"
|
||||
EPGameEngines Name = "game_engines"
|
||||
EPGameLocalizations Name = "game_localizations"
|
||||
EPGameModes Name = "game_modes"
|
||||
EPGameReleaseFormats Name = "game_release_formats"
|
||||
EPGames Name = "games"
|
||||
EPGameStatuses Name = "game_statuses"
|
||||
EPGameTimeToBeats Name = "game_time_to_beats"
|
||||
EPGameTypes Name = "game_types"
|
||||
EPGameVersionFeatures Name = "game_version_features"
|
||||
EPGameVersionFeatureValues Name = "game_version_feature_values"
|
||||
EPGameVersions Name = "game_versions"
|
||||
EPGameVideos Name = "game_videos"
|
||||
EPGenres Name = "genres"
|
||||
EPInvolvedCompanies Name = "involved_companies"
|
||||
EPKeywords Name = "keywords"
|
||||
EPLanguages Name = "languages"
|
||||
EPLanguageSupports Name = "language_supports"
|
||||
EPLanguageSupportTypes Name = "language_support_types"
|
||||
EPMultiplayerModes Name = "multiplayer_modes"
|
||||
EPNetworkTypes Name = "network_types"
|
||||
EPPlatformFamilies Name = "platform_families"
|
||||
EPPlatformLogos Name = "platform_logos"
|
||||
EPPlatforms Name = "platforms"
|
||||
EPPlatformTypes Name = "platform_types"
|
||||
EPPlatformVersionCompanies Name = "platform_version_companies"
|
||||
EPPlatformVersionReleaseDates Name = "platform_version_release_dates"
|
||||
EPPlatformVersions Name = "platform_versions"
|
||||
EPPlatformWebsites Name = "platform_websites"
|
||||
EPPlayerPerspectives Name = "player_perspectives"
|
||||
EPPopularityPrimitives Name = "popularity_primitives"
|
||||
EPPopularityTypes Name = "popularity_types"
|
||||
EPRegions Name = "regions"
|
||||
EPReleaseDateRegions Name = "release_date_regions"
|
||||
EPReleaseDates Name = "release_dates"
|
||||
EPReleaseDateStatuses Name = "release_date_statuses"
|
||||
EPScreenshots Name = "screenshots"
|
||||
EPSearch Name = "search"
|
||||
EPThemes Name = "themes"
|
||||
EPWebhooks Name = "webhooks"
|
||||
EPWebsites Name = "websites"
|
||||
EPWebsiteTypes Name = "website_types"
|
||||
)
|
||||
|
||||
var AllEndpoints = []EndpointName{
|
||||
var AllNames = []Name{
|
||||
EPAgeRatingCategories,
|
||||
EPAgeRatingContentDescriptions,
|
||||
EPAgeRatingContentDescriptionsV2,
|
||||
|
||||
Reference in New Issue
Block a user