Registry / http-client / brotherlogic-godiscogs

brotherlogic-godiscogs

JSON →
library0.0.0-20240116051314-7d3de02a07c4gogounverified

A Go client library for interacting with the Discogs API to search and retrieve music catalog data.

go get github.com/brotherlogic/godiscogs
INSTALL
IMPORT
SIG · BROTHERLOGIC-GODIS
B
brotherlogic-godiscogs
http-clientgov0.0.0-20240116051314-7d3de02a07c4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

godiscogs
github.com/brotherlogic/godiscogs

Shows how to create a Discogs client and perform a search.

package main import ( "fmt" "github.com/brotherlogic/godiscogs" ) func main() { client := godiscogs.NewClient(nil) results, err := client.Search("Nirvana") if err != nil { panic(err) } fmt.Println(results) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240116051314-7d3de02a07c4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
OpenAI (training)
1
Resources
brotherlogic-godiscogs — go get brotherlogic-godiscogs · libregistry