Skip to content

liilac/go-appbrain

Repository files navigation

Go API client for swagger

API to interact with AppBrain.

Overview

This API client interacts with the AppBrain API.

The client was generated using swagger-codegen and then manually cleaned up and refined to meet code quality standards.

  • API version: 2.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.GoClientCodegen

Installation

go get the packace and import using the URL of this git repository

import "github.com/liilac/go-appbrain"

Documentation for API Endpoints

All URIs are relative to https://api.appbrain.com/v2

Class Method HTTP request Description
InformationAPI BrowseApps Get /info/browse Apps information
InformationAPI GetApp Get /info/getapp App information
InformationAPI GetCountries Get /info/getcountries Countries information
InformationAPI GetLibraries Get /info/getlibraries Libraries information
InformationAPI SearchApps Get /info/search Apps information
PromotionCampaignsAPI Get Get /campaigns/get Retrieves a promotion campaign
PromotionCampaignsAPI List Get /campaigns/list Lists all promotion campaigns
PromotionCampaignsAPI Update Post /campaigns/update Creates or updates a promotion campaign

Documentation For Models

Documentation For Authorization

apikey

  • Type: API key

Example

auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
	Key: "APIKEY",
	Prefix: "Bearer", // Omit if not necessary.
})
r, err := client.Service.Operation(auth, args)

Author

Contact Lilac Kapul at lilac@enby.ninja