{"id":19928065,"url":"https://github.com/duell10111/apple-iap-validator","last_synced_at":"2025-03-01T11:15:40.383Z","repository":{"id":44607770,"uuid":"388794174","full_name":"Duell10111/apple-iap-validator","owner":"Duell10111","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T05:38:06.000Z","size":152,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T20:11:35.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Duell10111.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,"publiccode":null,"codemeta":null}},"created_at":"2021-07-23T12:28:10.000Z","updated_at":"2021-07-23T21:01:22.000Z","dependencies_parsed_at":"2024-11-19T20:48:46.217Z","dependency_job_id":null,"html_url":"https://github.com/Duell10111/apple-iap-validator","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"632a80fdeb81c6ed20e87fd29755bb52765d148a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duell10111%2Fapple-iap-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duell10111%2Fapple-iap-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duell10111%2Fapple-iap-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duell10111%2Fapple-iap-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duell10111","download_url":"https://codeload.github.com/Duell10111/apple-iap-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241355036,"owners_count":19949292,"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-11-12T22:36:10.894Z","updated_at":"2025-03-01T11:15:40.362Z","avatar_url":"https://github.com/Duell10111.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apple-iap-validator\n\nSimple Validator through the apple webinterface\n\n## Getting started\n\nInstall this library through: \n\n```bash\nnpm i apple-iap-validator # or yarn add apple-iap-validator\n```\n\n## Usage\n\nOptions:\n\n```typescript\nconst options = {\n\tappShared : \"AppShared password\"\n}\n```\nCreate the verifier object:\n\n```typescript\nimport Verifier from 'apple-iap-validator';\nconst verify = new Verifier(options);\n```\nValidate receipt:\n```typescript\nconst result = await verify.verifiy(encodedReceipt);\n//result encoded like the Apple Doc : https://developer.apple.com/documentation/appstorereceipts/responsebody\n//or throws error if no Http 200 status code is returnd\n```\n\n## Changelog\n\n0.1.1 : Change input receipt to require base64 encoded string\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduell10111%2Fapple-iap-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduell10111%2Fapple-iap-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduell10111%2Fapple-iap-validator/lists"}