Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Intuit

Go client for Intuit's Customer Account Data API.

Information about the service can be found at Intuit.

Documentation

Full documentation can be found on Godoc.org.

Quick Start

To begin, add your public key used to create your application to your project directory. Next, set the configuration information unique to your application.

config := &intuit.Configuration{
	CertificatePath:     "cert.key",
	OAuthConsumerKey:    "a182b398wdhjwbahs",
	OAuthConsumerSecret: "jwiu38ufn2f82nfn1fn",
	SamlProviderID:      "app.1.cc.dev-intuit.ipp.prod",
}
intuit.Configure(config)
intuit.Scope("testing")

accounts, err := intuit.Accounts()

About

Go client for Intuit's Customer Account Data API

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages