Skip to content

Design and scaffold query plugin#77

Merged
georgi-l95 merged 3 commits intomainfrom
74-design-and-scaffold-query-plugin
Jul 16, 2025
Merged

Design and scaffold query plugin#77
georgi-l95 merged 3 commits intomainfrom
74-design-and-scaffold-query-plugin

Conversation

@georgi-l95
Copy link
Copy Markdown
Contributor

@georgi-l95 georgi-l95 commented Jul 16, 2025

Description

This PR sets the blueprints of a query plugin, which utilizes HAPI Endpoints to answer read-only requests from clients.
It currently implements only get account info query, but implementation of others will be similar, therefore is deemed enough for this POC.

Related Issues

Reviewer Checklist

  • The code follows the project's coding standards.
  • New and existing unit tests pass locally with my changes.
  • I have added necessary documentation (if applicable).
  • I have confirmed that this change does not introduce any new security vulnerabilities.

Signed-off-by: georgi-l95 <glazarov95@gmail.com>
Signed-off-by: georgi-l95 <glazarov95@gmail.com>
Signed-off-by: georgi-l95 <glazarov95@gmail.com>
@georgi-l95 georgi-l95 added this to the 0.2.0 milestone Jul 16, 2025
@georgi-l95 georgi-l95 self-assigned this Jul 16, 2025
@georgi-l95 georgi-l95 added the plugin: query Releated to Query Plugin label Jul 16, 2025
@georgi-l95 georgi-l95 linked an issue Jul 16, 2025 that may be closed by this pull request
@georgi-l95 georgi-l95 merged commit 3cb9016 into main Jul 16, 2025
2 checks passed
@georgi-l95 georgi-l95 deleted the 74-design-and-scaffold-query-plugin branch July 16, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin: query Releated to Query Plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design and Scaffold Query Plugin

1 participant