-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: cheqd Studio rebranding [DEV-4010] (#550)
* feat: cheqd Studio rebranding * Revert npm package name change * Update API links
- Loading branch information
1 parent
9376e81
commit bb58b44
Showing
13 changed files
with
524 additions
and
524 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"info": { | ||
"title": "Credential Service admin API for cheqd network", | ||
"title": "cheqd Studio admin API for cheqd network", | ||
"version": "2.0.0", | ||
"description": "Admin API which handles users subscriptions and payments", | ||
"contact": { | ||
"name": "Cheqd Foundation Limited", | ||
"url": "https://github.com/cheqd/credential-service", | ||
"url": "https://github.com/cheqd/studio", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "Apache 2.0", | ||
"url": "https://github.com/cheqd/credential-service/blob/main/LICENSE" | ||
"url": "https://github.com/cheqd/studio/blob/main/LICENSE" | ||
} | ||
}, | ||
"tags": [ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"info": { | ||
"title": "Credential Service admin API for cheqd network", | ||
"title": "cheqd Studio admin API for cheqd network", | ||
"version": "2.0.0", | ||
"description": "Admin API which handles users subscriptions and payments", | ||
"contact": { | ||
"name": "Cheqd Foundation Limited", | ||
"url": "https://github.com/cheqd/credential-service", | ||
"url": "https://github.com/cheqd/studio", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "Apache 2.0", | ||
"url": "https://github.com/cheqd/credential-service/blob/main/LICENSE" | ||
"url": "https://github.com/cheqd/studio/blob/main/LICENSE" | ||
} | ||
}, | ||
"tags": [ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"info": { | ||
"title": "Credential Service API for cheqd network", | ||
"title": "cheqd Studio API for cheqd network", | ||
"version": "2.0.0", | ||
"description": "API service to create and manage DIDs, Verifiable Credentials, and DID-Linked Resources", | ||
"contact": { | ||
"name": "Cheqd Foundation Limited", | ||
"url": "https://github.com/cheqd/credential-service", | ||
"url": "https://github.com/cheqd/studio", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "Apache 2.0", | ||
"url": "https://github.com/cheqd/credential-service/blob/main/LICENSE" | ||
"url": "https://github.com/cheqd/studio/blob/main/LICENSE" | ||
} | ||
}, | ||
"tags": [ | ||
|
@@ -38,7 +38,7 @@ | |
} | ||
], | ||
"externalDocs": { | ||
"description": "Credential Service API Documentation", | ||
"description": "cheqd Studio API Documentation", | ||
"url": "https://docs.cheqd.io/identity" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"info": { | ||
"title": "Credential Service API for cheqd network", | ||
"title": "cheqd Studio API for cheqd network", | ||
"version": "2.0.0", | ||
"description": "API service to create and manage DIDs, Verifiable Credentials, and DID-Linked Resources", | ||
"contact": { | ||
"name": "Cheqd Foundation Limited", | ||
"url": "https://github.com/cheqd/credential-service", | ||
"url": "https://github.com/cheqd/studio", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "Apache 2.0", | ||
"url": "https://github.com/cheqd/credential-service/blob/main/LICENSE" | ||
"url": "https://github.com/cheqd/studio/blob/main/LICENSE" | ||
} | ||
}, | ||
"tags": [ | ||
|
@@ -38,7 +38,7 @@ | |
} | ||
], | ||
"externalDocs": { | ||
"description": "Credential Service API Documentation", | ||
"description": "cheqd Studio API Documentation", | ||
"url": "https://docs.cheqd.io/identity" | ||
}, | ||
"paths": { | ||
|