https://github.com/alexandercerutti/passkit-webservice-toolkit
Integrate Apple Wallet Web services with ease
https://github.com/alexandercerutti/passkit-webservice-toolkit
apple apple-wallet passkit
Last synced: 10 months ago
JSON representation
Integrate Apple Wallet Web services with ease
- Host: GitHub
- URL: https://github.com/alexandercerutti/passkit-webservice-toolkit
- Owner: alexandercerutti
- License: mit
- Created: 2023-11-17T21:23:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:31:10.000Z (over 1 year ago)
- Last Synced: 2024-12-18T18:46:10.833Z (over 1 year ago)
- Topics: apple, apple-wallet, passkit
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Passkit WebService Toolkit
Integrate Apple Wallet Web services with ease.
## Architecture
Passkit WebService Toolkit is a set of packages that aim to make it easier to create an Apple-Wallet-Webservice-compliant API.
Each package implements the endpoints defined by Apple in its [documentation](https://developer.apple.com/documentation/walletpasses/adding_a_web_service_to_update_passes) for a different framework and makes it easier for them to be used in a Typescript-based project, by keeping an eye on the developer experience and endpoint versioning.
---
## API Documentation
The API is kept as much as similar as possible among all the packages (except the toolkit).
It can be found in the [wiki](https://github.com/alexandercerutti/passkit-webservice-toolkit/wiki). Differences between packages will be highlighted.