Skip to content

Commit

Permalink
feat(passkit): Add remaining web service calls (#45)
Browse files Browse the repository at this point in the history
* Add webservice

* export classes
  • Loading branch information
ueman authored Jul 5, 2024
1 parent 7290806 commit 6cbfe76
Show file tree
Hide file tree
Showing 8 changed files with 481 additions and 85 deletions.
7 changes: 5 additions & 2 deletions passkit/lib/passkit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ export 'src/passkit/field_dict.dart';
export 'src/passkit/location.dart';
export 'src/passkit/nfc.dart';
export 'src/passkit/parse_utils.dart';
export 'src/passkit/pass_structure.dart';
export 'src/passkit/pass_data.dart';
export 'src/passkit/pass_structure.dart';
export 'src/passkit/pass_type.dart';
export 'src/passkit/personalization.dart';
export 'src/passkit/pk_pass_image.dart';
export 'src/passkit/pkpass.dart';
export 'src/passkit/semantic_tag_type.dart';
export 'src/passkit/semantics.dart';
export 'src/passkit_web_client.dart';
export 'src/webservice/passkit_web_client.dart';
export 'src/webservice/passkit_web_client_exceptions.dart';
export 'src/webservice/personalization_dictionary.dart';
export 'src/webservice/serial_numbers.dart';
83 changes: 0 additions & 83 deletions passkit/lib/src/passkit_web_client.dart

This file was deleted.

Loading

0 comments on commit 6cbfe76

Please sign in to comment.