Skip to content

Commit

Permalink
api links for convert_id.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MovingtoMars committed Jun 18, 2015
1 parent f8268df commit 62e9b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions convert_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (

// ConvertIDService provides access to the BreweryDB ID Conversion API.
// Use Client.ConvertID.
//
// See: http://www.brewerydb.com/developers/docs-endpoint/convertid_index
type ConvertIDService struct {
c *Client
}
Expand All @@ -22,6 +24,8 @@ const (

// ConvertIDs converts a series of "old" Beer or Brewery IDs to the "new" format
// (BreweryDB v1 to v2)
//
// See: http://www.brewerydb.com/developers/docs-endpoint/convertid_index#1
func (cs *ConvertIDService) ConvertIDs(t ConvertType, oldIDs ...int) (map[int]string, error) {
// POST: /convertid

Expand Down

0 comments on commit 62e9b8b

Please sign in to comment.