Skip to content

Commit

Permalink
re-export lib (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tbd authored Apr 4, 2024
1 parent 3587057 commit ac2d475
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/http_client.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export './http_client/models/create_exchange_request.dart';
export './http_client/models/exchange.dart';
export './http_client/models/get_offerings_filter.dart';
export './http_client/tbdex_http_client.dart';
12 changes: 12 additions & 0 deletions lib/src/protocol.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export './protocol/models/close.dart';
export './protocol/models/message.dart';
export './protocol/models/message_data.dart';
export './protocol/models/offering.dart';
export './protocol/models/order.dart';
export './protocol/models/order_status.dart';
export './protocol/models/quote.dart';
export './protocol/models/resource.dart';
export './protocol/models/resource_data.dart';
export './protocol/models/rfq.dart';
export './protocol/parser.dart';
export './protocol/validator.dart';
3 changes: 3 additions & 0 deletions lib/tbdex.dart
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
library tbdex;

export 'src/http_client.dart';
export 'src/protocol.dart';

0 comments on commit ac2d475

Please sign in to comment.