A Forecast (forecastapp.com) API Client For Go.
To use the Forecast API, you need:
- The URL: https://api.forecastapp.com
- Your Account ID:
https://forecastapp.com/YOUR-ACCOUNT-ID-IS-HERE/projects
- An Access Token: create one here
Next, construct an API:
api := forecast.New(
"https://api.forecastapp.com",
"your-accountid-here",
"your-accesstoken-here"
)
Then, make use of the API. Consult godoc for detailed API documentation.