Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexprogrammr/appstore-go

App Store Connect API client
https://github.com/alexprogrammr/appstore-go

apple appstore appstoreconnect go golang

Last synced: 25 days ago
JSON representation

App Store Connect API client

Awesome Lists containing this project

README

        

# App Store Connect API

[![CI](https://github.com/alexprogrammr/appstore-go/actions/workflows/ci.yml/badge.svg)](https://github.com/alexprogrammr/appstore-go/actions/workflows/ci.yml)

Unofficial App Store Connect API client for Go.

Please note, it may not be fully functional or up-to-date. If you have any issues, please open an issue or submit a pull request.

## Requirements

- [Go](https://go.dev/doc/install) 1.22.x

## Installation

```console
go get -u github.com/alexprogrammr/appstore-go
```

## Resources

- [API Reference](https://developer.apple.com/documentation/appstoreconnectapi)

## License

Licensed under [The MIT License](https://opensource.org/license/mit), see [`LICENSE`](LICENSE).