{"id":17690246,"url":"https://github.com/onmyway133/appstoreconnect","last_synced_at":"2025-08-01T05:12:18.006Z","repository":{"id":63919497,"uuid":"459303609","full_name":"onmyway133/AppStoreConnect","owner":"onmyway133","description":"🍎 Interact with AppStoreConnect","archived":false,"fork":false,"pushed_at":"2022-02-16T14:58:22.000Z","size":218,"stargazers_count":44,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-30T17:49:49.758Z","etag":null,"topics":["appstoreconnect","openapi","swift"],"latest_commit_sha":null,"homepage":"https://onmyway133.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onmyway133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-14T19:48:16.000Z","updated_at":"2024-11-06T08:30:29.000Z","dependencies_parsed_at":"2023-01-14T14:00:25.725Z","dependency_job_id":null,"html_url":"https://github.com/onmyway133/AppStoreConnect","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/onmyway133/AppStoreConnect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FAppStoreConnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FAppStoreConnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FAppStoreConnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FAppStoreConnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmyway133","download_url":"https://codeload.github.com/onmyway133/AppStoreConnect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FAppStoreConnect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171959,"owners_count":24207437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appstoreconnect","openapi","swift"],"created_at":"2024-10-24T11:50:21.963Z","updated_at":"2025-08-01T05:12:17.959Z","avatar_url":"https://github.com/onmyway133.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Store Connect\n\nInteract with [App Store Connect APIs](https://developer.apple.com/documentation/appstoreconnectapi/)\n\n## How to\n\n```swift\nlet client = Client(\n    credential: Credential(\n        issuerId: \"\",\n        privateKeyId: \"\",\n        privateKey: \"\"\n    )\n)\n\nlet response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get)\n```\n\n### Create AppStore Connect key\n\nGo to https://appstoreconnect.apple.com/access/api\n\n- Create AppStore Connect key, grant according permission\n- Copy issuerId, f.e. 69abcdef-1234-5678-a123-123abcdeefgh\n- Copy keyId, f.e. AA1234ABCD\n- Wait a few seconds and refresh the page, you will be able to Download API Key. `privateKey` is the whole .p8 content\n\n## Credit\n\n- [AppStoreConnect OpenAPI specification](https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip) \n- Code generated by https://github.com/kean/CreateAPI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2Fappstoreconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmyway133%2Fappstoreconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2Fappstoreconnect/lists"}