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
In it's current form API Gateway demo makes sure that request handling logic (calling appenders that match url and assembling response from parts returned by appenders and subscribers is generic - does not depend on url and/or appenders).
Depending on the usecase it might be useful to support templating for api gateway responses. In such case the owner of api gateway contract would be able to have a bigger control over the structure of json document returned to the clients.
The text was updated successfully, but these errors were encountered:
tmasternak
changed the title
Add response template support to ASP .Net Core API Gateway demo
Response templating for ASP .Net Core API Gateway demo
May 8, 2017
adamralph
changed the title
Response templating for ASP .Net Core API Gateway demo
Response templating for ASP.NET Core API Gateway demo
Aug 9, 2017
Overview
In it's current form API Gateway demo makes sure that request handling logic (calling appenders that match url and assembling response from parts returned by appenders and subscribers is generic - does not depend on url and/or appenders).
Depending on the usecase it might be useful to support templating for api gateway responses. In such case the owner of api gateway contract would be able to have a bigger control over the structure of json document returned to the clients.
Connects to: #59
The text was updated successfully, but these errors were encountered: