This adds an initial implementation of the REST datasource driver. This
allows the user to register multiple REST endpoints to call a data
soruce and thus interact with it.
This initial implementation left several TODO items which need to be
addressed before unleashing the implementation.
Change Type
Mark the type of change your PR introduces:
[ ] Bug fix (resolves an issue without affecting existing features)
[x] Feature (adds new functionality without breaking changes)
coverage: 54.624% (+0.03%) from 54.599%
when pulling 549f6f48f3f78648171a41d1c9414fac1c20927c on JAORMX:datasource-rest-impl
into a81830b52e2b12ff13a0e87ec1a87ce80e2d993e on mindersec:main.
Summary
This adds an initial implementation of the REST datasource driver. This allows the user to register multiple REST endpoints to call a data soruce and thus interact with it.
This initial implementation left several TODO items which need to be addressed before unleashing the implementation.
Change Type
Mark the type of change your PR introduces:
Testing
Outline how the changes were tested, including steps to reproduce and any relevant configurations. Attach screenshots if helpful.
Review Checklist: