jeudi 18 août 2022

Web API - Direct calls to different API's based on API version

Version one controllers call an existing Web API to get data.

Version two controllers need to call a new Web API to get data.

How can we change these call based on the version?

Do we need to create new service or handler to handle this? Or Is there any design pattern I can use to make changes?

Aucun commentaire:

Enregistrer un commentaire