Go / Golang API Client for Aha! Roadmap Service
There are multiple client libraries in this module:
oag7/aha- API client generated by the openapi-generator v7 project.oag4/aha- API client generated by the openapi-generator v4 project.
It also comes with a Postman Collection at codegen/postman_spec.json.
$ go get github.com/grokify/go-aha/...See docs in:
See:
To use curl to retreive an API response, use the following:
curl -XGET https://company.aha.io/api/v1/features/FEAT-1?access_token=<my_access_token>