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

DEVX-8749: Add Verify v2 Custom Templates #318

Merged
merged 9 commits into from
Oct 24, 2024

Conversation

superchilled
Copy link
Contributor

@superchilled superchilled commented Oct 22, 2024

This PR adds functionality for managing templates and template fragments to the Verify v2 implementation. Specifically it:

  • Defines a Verify2::Templates class with the following methods:
    • list
    • info
    • create
    • update
    • delete
  • Defines a Verify2::TemplateFragments class with the following methods:
    • list
    • info
    • create
    • update
    • delete
  • Defines getters for objects of the above classes
  • Defines a Verify2::Templates::ListResponse class
  • Defines a Verify2::TemplateFragments::ListResponse class
  • Adds unit tests for the new functionality described above

@superchilled superchilled merged commit 131be52 into main Oct 24, 2024
14 checks passed
@superchilled superchilled deleted the devx-8749-add-verify-custom-templates branch October 24, 2024 09:36
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.

1 participant