Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexprogrammr/appstore-go
- Owner: alexprogrammr
- License: mit
- Created: 2024-06-02T12:08:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T23:07:30.000Z (about 2 months ago)
- Last Synced: 2024-11-27T00:21:06.048Z (about 2 months ago)
- Topics: apple, appstore, appstoreconnect, go, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/alexprogrammr/appstore-go
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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).