/go-aha

Go SDK for Aha! (aha.io).

Primary LanguageGoMIT LicenseMIT

Go API client for Aha! (aha.io)

Build Status Go Report Card Docs License

Go / Golang API Client for Aha! Roadmap Service

Overview

There are multiple client libraries in this module:

  1. oag7/aha - API client generated by the openapi-generator v7 project.
  2. oag4/aha - API client generated by the openapi-generator v4 project.

It also comes with a Postman Collection at codegen/postman_spec.json.

Installation

$ go get github.com/grokify/go-aha/...

Reference

See docs in:

Example Usage

See:

Helpful Hints

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>