You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Website struct {
ID int `json:"id"`
Category WebsiteCategory `json:"category"`
Game int `json:"game"`
Trusted bool `json:"trusted"`
URL string `json:"url"`
}
Let me know if you want me to open a PR with this change. Thanks!
The text was updated successfully, but these errors were encountered:
HammerMeetNail
changed the title
Missing Fields for Website Struct
Missing Field for Website Struct
Apr 25, 2021
Hello,
website.go
has the following struct:Game
is also available via the API, but not exposed in this struct. See https://api-docs.igdb.com/#websiteCan we add it? Should look like:
Let me know if you want me to open a PR with this change. Thanks!
The text was updated successfully, but these errors were encountered: