We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Design and Setup:
CRUD Operations:
template
schema
certificate
/schema
/schema/?{schemaId}
schemaId
/template
GET /template:
ID
schemaID
POST /template:
DELETE /template:
PUT /template:
/certificate
GET /certificate:
certID
templateID
PATCH /certificate:
enable
disable
POST /certificate:
templateId
puppeteerConfig
POST /certificate/preview:
/certificate/preview
DELETE /certificate:
/rcw/verify/{credentialID}
credentialID
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Task List
Database Implementation
Design and Setup:
CRUD Operations:
template
,schema
, andcertificate
./schema
APIs/schema/?{schemaId}
:schemaId
is not provided.schemaId
if provided.schemaId
gracefully./template
APIsGET
/template
:ID
orschemaID
.schemaID
.POST
/template
:DELETE
/template
:PUT
/template
:/certificate
APIsGET
/certificate
:certID
,templateID
, orschemaID
.certID
,templateID
, orschemaID
.PATCH
/certificate
:enable
ordisable
).POST
/certificate
:templateId
, returning a link for sharing.templateId
and optionalpuppeteerConfig
.POST
/certificate/preview
:templateId
and optionalpuppeteerConfig
.DELETE
/certificate
:/rcw/verify/{credentialID}
API/rcw/verify/{credentialID}
:credentialID
.credentialID
is invalid.The text was updated successfully, but these errors were encountered: