{"id":22338232,"url":"https://github.com/ipfans/aio-appstoreserverlibrary","last_synced_at":"2025-03-26T08:26:07.868Z","repository":{"id":222591499,"uuid":"757829266","full_name":"ipfans/aio-appstoreserverlibrary","owner":"ipfans","description":"app-store-server-library-python asyncio API client, based on official version","archived":false,"fork":false,"pushed_at":"2024-02-15T04:49:13.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T10:11:25.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ipfans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-15T04:18:58.000Z","updated_at":"2024-02-15T04:49:16.000Z","dependencies_parsed_at":"2024-02-15T05:43:16.158Z","dependency_job_id":null,"html_url":"https://github.com/ipfans/aio-appstoreserverlibrary","commit_stats":null,"previous_names":["ipfans/aio-appstoreserverlibrary"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Faio-appstoreserverlibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Faio-appstoreserverlibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Faio-appstoreserverlibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Faio-appstoreserverlibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfans","download_url":"https://codeload.github.com/ipfans/aio-appstoreserverlibrary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245617023,"owners_count":20644744,"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","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":[],"created_at":"2024-12-04T06:13:32.347Z","updated_at":"2025-03-26T08:26:07.844Z","avatar_url":"https://github.com/ipfans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aio-appstoreserverlibrary\n\napp-store-server-library-python asyncio API client, based on official version\n\n\n## Usage\n\n```python\nfrom appstoreserverlibrary.api_client import AppStoreServerAPIClient, APIException\nfrom appstoreserverlibrary.models.Environment import Environment\nfrom appstoreserverlibrary.models.SendTestNotificationResponse import SendTestNotificationResponse\n\nprivate_key = read_private_key(\"/path/to/key/SubscriptionKey_ABCDEFGHIJ.p8\") # Implemenation will vary\n\nkey_id = \"ABCDEFGHIJ\"\nissuer_id = \"99b16628-15e4-4668-972b-eeff55eeff55\"\nbundle_id = \"com.example\"\nenvironment = Environment.SANDBOX\n\nclient = AppStoreServerAPIAsyncClient(private_key, key_id, issuer_id, bundle_id, environment)\n\n\nasync def test_notifi():\n    try:    \n        response = await client.request_test_notification()\n        print(response)\n    except APIException as e:\n        print(e)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Faio-appstoreserverlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfans%2Faio-appstoreserverlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Faio-appstoreserverlibrary/lists"}