package
2.5.2
Repository: https://github.com/grokify/go-aha.git
Documentation: pkg.go.dev

# README

Go API client for aha

Articles that matter on social publishing platform

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional

Put the package under your project folder and add the following in import:

import "./aha"

Documentation for API Endpoints

All URIs are relative to https://secure.aha.io/api/v1

ClassMethodHTTP requestDescription
FeaturesApiGetFeatureGet /features/{feature_id}
FeaturesApiGetFeaturesGet /featuresGet all features
FeaturesApiGetReleaseFeaturesGet /releases/{release_id}/featuresGet all features for a release
FeaturesApiUpdateFeaturePut /features/{feature_id}Update a feature's custom fields with tag-like value
ProductsApiGetProductGet /products/{product_id}Products API
ProductsApiGetProductsGet /productsProducts API
ReleasesApiGetProductReleasesGet /products/{product_id}/releases
ReleasesApiGetReleaseGet /releases/{release_id}
ReleasesApiUpdateProductReleasePut /products/{product_id}/releases/{release_id}Update a release

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author