mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-06 05:18:47 +00:00
feat: implement web service
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
44494eaa90
commit
6e7f19a764
26 changed files with 331 additions and 512 deletions
9
lib/pkpass_web_service.dart
Normal file
9
lib/pkpass_web_service.dart
Normal file
|
@ -0,0 +1,9 @@
|
|||
/// The PkPass Web Service.
|
||||
///
|
||||
/// So far only supports update check but no push service.
|
||||
///
|
||||
/// https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html#//apple_ref/doc/uid/TP40011988
|
||||
library pkpass_web_service;
|
||||
|
||||
export 'pkpass_web_wervice/web_service.dart';
|
||||
export 'pkpass_web_wervice/web_service_error.dart';
|
Loading…
Add table
Add a link
Reference in a new issue