Skip to content

kothar/freeagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeAgent API Client for Go

  • Currently a very bare-bones client implementation.
  • Only basic operations on a few resources supported.

Usage

fa := &freeagent.Client{
    Endpoint:    freeagent.SandboxEndpoint,
    AccessToken: accessToken,
}

timeslip, err := fa.GetTimeslip("12345")
if err != nil {
    log.Fatal(err)
}

Releases

No releases published

Packages

No packages published

Languages