You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Design a mechanism to enhance a core API with an arbitrary set of API extensions. The core API should only contain the following primitive functionalities:
listen (add/remove controller)
send
reset
flash
check-alive
set-channel-pipeline
get-supported-channelhandlers
All other functionalities (such as the Node APIs virtualization features) should be accessible through some other Web service endpoint. The core API should therefore provide a method to discover the available API extensions which returns an extension self-description containing:
Name
Description
Version
URL to the WSDL file of the extension
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Design a mechanism to enhance a core API with an arbitrary set of API extensions. The core API should only contain the following primitive functionalities:
All other functionalities (such as the Node APIs virtualization features) should be accessible through some other Web service endpoint. The core API should therefore provide a method to discover the available API extensions which returns an extension self-description containing:
The text was updated successfully, but these errors were encountered: