feat(core-api): decouple web service install & registration #771
Labels
API_Server
Core_API
Changes related to the Core API Package
duplicate
This issue or pull request already exists
enhancement
New feature or request
Significant_Change
Applying this label triggers the more stringent review of the maintainers and the 2+1 PR rule.
Description
As a contributor to the API server I want to have the option to retrieve the web service endpoint instances prior to registering them onto ExpressJS so that I can implement custom behavior/features in the API server that depend on being able to hook into the Express application object first (e.g. before the endpoints hook themselves up at registration time).
This came up during the development of the authorization MVP which needs exactly this to be able to handle endpoints that want to declare themselves non-secure (e.g. accessible anonymously over the internet)
Acceptance Criteria
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @jordigiam @kikoncuo @jagpreetsinghsasan
The text was updated successfully, but these errors were encountered: