Skip to content
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: Added W3C-schema API #600

Merged
merged 11 commits into from
Mar 28, 2024
Merged

feat: Added W3C-schema API #600

merged 11 commits into from
Mar 28, 2024

Conversation

tipusinghaw
Copy link
Contributor

What

  • Implemented W3C create schema API

@tipusinghaw tipusinghaw self-assigned this Mar 28, 2024
Copy link

sonarcloud bot commented Mar 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -84,6 +84,10 @@ export enum CommonConstants {
URL_SCHM_GET_CRED_DEF_BY_ID = '/credential-definitions/#',
URL_SCHM_GET_CRED_DEF_BY_ATTRB = '/credential-definitions/created',

// POLYGON BASED W3C SCHEMAS
DEDICATED_CREATE_POLYGON_W3C_SCHEMA = '/polygon/create-schema',
SHARED_CREATE_POLYGON_W3C_SCHEMA = '/multi-tenancy/polygon-wc3/schema/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SHARED_CREATE_POLYGON_W3C_SCHEMA = '/multi-tenancy/polygon-wc3/schema/',
SHARED_CREATE_POLYGON_W3C_SCHEMA = '/multi-tenancy/polygon-w3c/schema/',

Copy link
Contributor

@KulkarniShashank KulkarniShashank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@tipusinghaw tipusinghaw merged commit 02e9d0f into develop Mar 28, 2024
2 checks passed
@tipusinghaw tipusinghaw deleted the W3C-schema branch March 28, 2024 09:34
KulkarniShashank pushed a commit that referenced this pull request Sep 11, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank pushed a commit that referenced this pull request Sep 11, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank pushed a commit that referenced this pull request Sep 11, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank pushed a commit that referenced this pull request Sep 11, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank pushed a commit that referenced this pull request Sep 12, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank pushed a commit that referenced this pull request Sep 12, 2024
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants