How to chain APIs using Azure API management

流过昼夜 提交于 2019-12-11 04:35:31

问题


How to chain multiple APIs on the same URL using Azure API management?

I have two APIs the user store and that user recources api.

I want to build rest api so resources will related to user.

Mycompany/users/dani@gmail.com/resources.

User store api is mycompany/users Resources api is mycompany/resources.

I dont want to build additional service that will consolidate this two apis.

Thanks


回答1:


You can create a single API in API Management that points to multiple different backend APIs. Use the set-backend-service policy to change the backend API for certain operations.



来源:https://stackoverflow.com/questions/41002723/how-to-chain-apis-using-azure-api-management

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!