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
To map remote APIs into local application server namespaces with declarative (metadata) descriptions converting them into local stubs catching all calls and transferring them into HTTP(S), WS(S) or other transport interaction.
Here is an example
Service metadata: application/bus/adderService/.service.js
We need declarative way to describe integration
To map remote APIs into local application server namespaces with declarative (metadata) descriptions converting them into local stubs catching all calls and transferring them into HTTP(S), WS(S) or other transport interaction.
Here is an example
Service metadata:
application/bus/adderService/.service.js
Method metadata:
application/bus/adderService/add.js
Call example:
application/domain/usageExample/doSomething.js
Do not forget to support
See also: https://swagger.io/docs/specification/serialization/
The text was updated successfully, but these errors were encountered: