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

Server: new route paths for actions on template hashes. #80

Open
SibrenJacobs opened this issue May 23, 2022 · 0 comments
Open

Server: new route paths for actions on template hashes. #80

SibrenJacobs opened this issue May 23, 2022 · 0 comments

Comments

@SibrenJacobs
Copy link

The return type for these route paths is a new ResponseTemplateHash, this class contains the properties of the template hash:

  • hash: the given template hash itself.
  • valid: whether the given template hash is valid.
  • status: status message of the template hash.
  • expiry date time: when the template hash will expire.
  • remaining expiry date time: remaining time when the template hash will expire.
  • iso expiry date time: when the template hash will expire is iso format.
  • remaining ms expiry time: remaining time when the template hash will expire in milliseconds.

/verify_template_hash

Verifies the template hash.

/renew_template_hash

Renews the template hash.

/invalidate_template_hash

Invalidates the template hash.

SibrenJacobs pushed a commit that referenced this issue Jun 2, 2022
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

No branches or pull requests

1 participant