Post App Store Connect Sales Report summary to Slack.
-
Copy .env.example to .env and fill in the values.
cp .env.example .env
-
Download your own AppStore Connect API key (See https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api#3028598)
-
Rename it into
AuthKey.p8
and put it next to AuthKey.p8.example.
$ cd dev
$ go run .
$ cd aws/cdk
$ cdk deploy
$ cd openapi
$ oapi-codegen -generate "types" -package openapi app_store_connect_api_1.5.1_openapi_fixed.json > ./types.gen.go
$ oapi-codegen -generate "client" -package openapi app_store_connect_api_1.5.1_openapi_fixed.json > ./client.gen.go