{"id":15111183,"url":"https://github.com/liilac/go-appbrain","last_synced_at":"2026-02-12T23:33:19.331Z","repository":{"id":71698945,"uuid":"261013620","full_name":"liilac/go-appbrain","owner":"liilac","description":"Go API client for the AppBrain RESTful API","archived":false,"fork":false,"pushed_at":"2020-05-03T21:13:12.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T10:54:16.561Z","etag":null,"topics":["android-app","api-client","api-wrapper","appbrain","go","golang","rest-client","swagger-codegen"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liilac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-03T20:19:55.000Z","updated_at":"2020-05-03T21:13:14.000Z","dependencies_parsed_at":"2023-02-23T14:30:19.151Z","dependency_job_id":null,"html_url":"https://github.com/liilac/go-appbrain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liilac/go-appbrain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liilac%2Fgo-appbrain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liilac%2Fgo-appbrain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liilac%2Fgo-appbrain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liilac%2Fgo-appbrain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liilac","download_url":"https://codeload.github.com/liilac/go-appbrain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liilac%2Fgo-appbrain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29386222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-app","api-client","api-wrapper","appbrain","go","golang","rest-client","swagger-codegen"],"created_at":"2024-09-26T00:02:12.508Z","updated_at":"2026-02-12T23:33:19.318Z","avatar_url":"https://github.com/liilac.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go API client for swagger\n\nAPI to interact with AppBrain.\n\n## Overview\nThis API client interacts with the [AppBrain API](https://www.appbrain.com/info/help/api/appbrain-api.html).\n\nThe client was generated using [swagger-codegen](https://github.com/swagger-api/swagger-codegen) and then manually cleaned up and refined to meet code quality standards.\n\n- API version: 2.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.languages.GoClientCodegen\n\n## Installation\n`go get` the packace and import using the URL of this git repository\n\n```golang\nimport \"github.com/liilac/go-appbrain\"\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.appbrain.com/v2*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*InformationAPI* | [**BrowseApps**](docs/InformationAPI.md#browseapps) | **Get** /info/browse | Apps information\n*InformationAPI* | [**GetApp**](docs/InformationAPI.md#getapp) | **Get** /info/getapp | App information\n*InformationAPI* | [**GetCountries**](docs/InformationAPI.md#getcountries) | **Get** /info/getcountries | Countries information\n*InformationAPI* | [**GetLibraries**](docs/InformationAPI.md#getlibraries) | **Get** /info/getlibraries | Libraries information\n*InformationAPI* | [**SearchApps**](docs/InformationAPI.md#searchapps) | **Get** /info/search | Apps information\n*PromotionCampaignsAPI* | [**Get**](docs/PromotionCampaignsAPI.md#get) | **Get** /campaigns/get | Retrieves a promotion campaign\n*PromotionCampaignsAPI* | [**List**](docs/PromotionCampaignsAPI.md#list) | **Get** /campaigns/list | Lists all promotion campaigns\n*PromotionCampaignsAPI* | [**Update**](docs/PromotionCampaignsAPI.md#update) | **Post** /campaigns/update | Creates or updates a promotion campaign\n\n\n## Documentation For Models\n\n - [AppInfo](docs/AppInfo.md)\n - [AppInfoList](docs/AppInfoList.md)\n - [Country](docs/Country.md)\n - [CountryInfo](docs/CountryInfo.md)\n - [CountryList](docs/CountryList.md)\n - [Library](docs/Library.md)\n - [LibraryList](docs/LibraryList.md)\n - [PromotionCampaign](docs/PromotionCampaign.md)\n - [PromotionCampaignList](docs/PromotionCampaignList.md)\n - [PromotionCampaignUpdates](docs/PromotionCampaignUpdates.md)\n\n\n## Documentation For Authorization\n\n## apikey\n- **Type**: API key \n\nExample\n```golang\nauth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{\n\tKey: \"APIKEY\",\n\tPrefix: \"Bearer\", // Omit if not necessary.\n})\nr, err := client.Service.Operation(auth, args)\n```\n\n## Author\n\nContact Lilac Kapul at lilac@enby.ninja\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliilac%2Fgo-appbrain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliilac%2Fgo-appbrain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliilac%2Fgo-appbrain/lists"}