Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed May 20, 2024
1 parent a3c3010 commit f7ce0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func NewAPI(token string) API {
}
}

// NewLocalAPI is like NewAPI but allows to use a local API server.
func NewLocalAPI(url, token string) API {
return API{
token: token,
Expand Down

0 comments on commit f7ce0a0

Please sign in to comment.