Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-bexio

A small Go client for the bexio API. Implements only the subset needed by ODCH's applications (contacts, invoices: list/get/create, issue, PDF).

Derived from philhug/go-bexio; maintained by ODCH under github.com/odch/go-bexio.

Usage

client := bexio.NewClient(httpClient) // httpClient carries the bearer token
client.Authorization = "<personal access token>" // or use an OAuth2 http.Client
contacts, err := client.Contacts.ListContacts()

Authentication is left to the caller: pass an OAuth2-configured *http.Client, or set client.Authorization to a personal access token.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages