goreportcard
This commit is contained in:
parent
3775bc39c7
commit
110a37661a
@ -1,6 +1,6 @@
|
|||||||
# REST API 2.0 Discogs.com client
|
# REST API 2.0 Discogs.com client
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs)
|
[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs)[![Go Report Card](https://goreportcard.com/badge/github.com/irlndts/go-discogs)](https://goreportcard.com/report/github.com/irlndts/go-discogs)
|
||||||
|
|
||||||
go-discogs is a Go client library for the [Discogs API](https://www.discogs.com/developers/). Check the usage section to see how to access the Discogs API.
|
go-discogs is a Go client library for the [Discogs API](https://www.discogs.com/developers/). Check the usage section to see how to access the Discogs API.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ type SearchRequest struct {
|
|||||||
Barcode string `url:"barcode,omitempty"` // search barcodes
|
Barcode string `url:"barcode,omitempty"` // search barcodes
|
||||||
Track string `url:"track,omitempty"` // search track titles
|
Track string `url:"track,omitempty"` // search track titles
|
||||||
Submitter string `url:"submitter,omitempty"` // search submitter username
|
Submitter string `url:"submitter,omitempty"` // search submitter username
|
||||||
Contributer string `url:"contributer,omitempty"` // search contributor usernames
|
Contributor string `url:"contributor,omitempty"` // search contributor usernames
|
||||||
|
|
||||||
Page int `url:"page,omitempty"`
|
Page int `url:"page,omitempty"`
|
||||||
PerPage int `url:"per_page,omitempty"`
|
PerPage int `url:"per_page,omitempty"`
|
||||||
|
Reference in New Issue
Block a user