An open API service indexing awesome lists of open source software.

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

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.