Is your feature request related to a problem?
See steps 4, 6, and 7 described in #64.
What solution would you like?
Upon receipt of REST API listing provided in #68, The ExtensionsOrchestrator should:
- Register the APIs with the
RestHandler
- Store the response from the RestHandler in a map with the API as the key and the requesting extension as the value.
What alternatives have you considered?
The best location for the map and API redirects to be stored is still an open question.
Do you have any additional context?
See also the DESIGN.md file (draft in #60)