API to interact with AppBrain.
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
go get
the packace and import using the URL of this git repository
import "github.com/liilac/go-appbrain"
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 |
- AppInfo
- AppInfoList
- Country
- CountryInfo
- CountryList
- Library
- LibraryList
- PromotionCampaign
- PromotionCampaignList
- PromotionCampaignUpdates
- 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)
Contact Lilac Kapul at lilac@enby.ninja