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

Collect web service support into general-purpose nistoar.web package #9

Merged
merged 21 commits into from
May 22, 2024

Conversation

RayPlante
Copy link
Collaborator

Prior to this PR, support for web services could be found mostly in nistoar.pdr.utils.web and nistoar.pdr.publish.service.wsgi. In particular, the later module was becoming the basis of a general WSGI framework with extensions spread out over other packages. In this PR, all that support has been pulled into a common package: nistoar.web. The subpackage nistoar.web.rest collects all the WSGI-supporting code into a single set of base classes for building strictly-REST services.

All web services provided in this repo have been migrated to this refactored framework.

This was tested as part of #8

@RayPlante RayPlante merged commit ea4de8d into integration May 22, 2024
2 checks passed
@RayPlante RayPlante deleted the rest-mod branch May 22, 2024 20:32
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