-
Notifications
You must be signed in to change notification settings - Fork 5
SK-1623 Java SDK v2 #129
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
Merged
Merged
SK-1623 Java SDK v2 #129
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Renamed packages according to design doc for sdk v2
- SK-1677 Worked on client intialisation for Java SDK v2
- Implemented bearer token utilities for generating bearer token with or without context and roles - Implemented Token utilties to check for validity of tokens - Implemented signed data tokens utilities to generate signed data tokens
- SK-1703 Implemented public interfaces for detokenize
SK-1703 Abstracted constructor for Detokenize Request Builder
- SK-1701 Modified insert public interfaces - SK-1702 Modified get public interfaces - SK-1704 Implemented update public interfaces
- Change builder pattern implementation for vault API interfaces
- Added samples for vault API interfaces - Added sample for invoke connection interface
SK-1684 Add Unit Tests
SK-1685 Add samples for Java SDK v2
samples/src/main/java/com/example/serviceaccount/BearerTokenGenerationExample.java
Dismissed
Show dismissed
Hide dismissed
samples/src/main/java/com/example/serviceaccount/BearerTokenGenerationExample.java
Dismissed
Show dismissed
Hide dismissed
samples/src/main/java/com/example/serviceaccount/BearerTokenGenerationExample.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/com/skyflow/generated/rest/auth/HttpBasicAuth.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/com/skyflow/generated/rest/models/V1DetokenizeRecordRequest.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/com/skyflow/generated/rest/models/V1DetokenizeRecordRequest.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/com/skyflow/generated/rest/models/V1DetokenizeRecordResponse.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/com/skyflow/generated/rest/models/V1DetokenizeRecordResponse.java
Dismissed
Show dismissed
Hide dismissed
…flow SK-1753 internal release workflow
amith-skyflow
approved these changes
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Statement:
To enhance the Skyflow SDKs in terms of Developer Experience (DevEx), Performance, Efficiency, Security, Error Handling, Logging, Compatibility, and Versioning, we have developed a new design for the V2 implementation of the Skyflow SDKs. This new design needs to be implemented based on best practices, language-specific nuances, and design patterns to ensure that the SDKs are extendable, more efficient, and developer-friendly.
Outcome:
Fully functional Java SDK that support Data APIs(rest).