mobygames_integration

package
v0.1.80 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GameUrl

func GameUrl(id string) *url.URL

func GenresUrl added in v0.1.46

func GenresUrl(apiKey string) *url.URL

func GroupsUrl added in v0.1.46

func GroupsUrl(limit, offset int, apiKey string) *url.URL

func PlatformsUrl added in v0.1.46

func PlatformsUrl(apiKey string) *url.URL

Types

type GenresResponse added in v0.1.46

type GenresResponse struct {
	Genres []struct {
		GenreCategory    string `json:"genre_category"`
		GenreCategoryId  int    `json:"genre_category_id"`
		GenreDescription string `json:"genre_description"`
		GenreId          int    `json:"genre_id"`
		GenreName        string `json:"genre_name"`
	} `json:"genres"`
}

type GroupsResponse added in v0.1.46

type GroupsResponse struct {
	Groups []struct {
		GroupDescription *string `json:"group_description"`
		GroupId          int     `json:"group_id"`
		GroupName        string  `json:"group_name"`
	} `json:"groups"`
}

type PlatformsResponse added in v0.1.46

type PlatformsResponse struct {
	Platforms []struct {
		PlatformId   int    `json:"platform_id"`
		PlatformName string `json:"platform_name"`
	} `json:"platforms"`
}

Jump to

Keyboard shortcuts

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