-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!(sdk): New client object api #407
Conversation
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
f6213cf
to
bcc7a27
Compare
e161b82
to
65d7cca
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
193e020
to
51d3a39
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
382f629
to
4e5b8b3
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
5f80320
to
8e698f2
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
- Creates new type `OpenTDF`, which adds 'create' and 'read' methods for TDF objects - Sequesters old APIs into `@opentdf/sdk/singlecontainer` entry point. If the old API is desired, use this import, not `@opentdf/sdk`.
This reverts commit 8e698f2.
1dabec9
to
38f597a
Compare
|
OpenTDF
, which adds 'create' and 'read' methods for TDF objects@opentdf/sdk/singlecontainer
entry point. If the old API is desired, use this import, not@opentdf/sdk
.