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

HTTP/REST API code restructure #192

Open
setrofim opened this issue Sep 5, 2023 · 0 comments
Open

HTTP/REST API code restructure #192

setrofim opened this issue Sep 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@setrofim
Copy link
Collaborator

setrofim commented Sep 5, 2023

The code for each REST node (provisioning, verification, etc) is contained entirely within it's own sub-package. This leads to significant duplication of common or similar functionality (e.g. ReportProblem is re-implmented inside each sub-package).

We should fuctor out ReportProblem along with some other common bits (which may require some additionaly parametrisation) into a separate sub-package which is then re-used by all node implementations.

@setrofim setrofim added the enhancement New feature or request label Sep 5, 2023
@setrofim setrofim mentioned this issue Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant