Hello,
I'm doing some research how to map/redirect an API call.
Background story: I'm doing research for a company that has their own front-end system who sometimes has to send API requests to back-end systems of other companies who uses other syntax. To avoid the problem that every front-end has to be custom made with
the API syntax of the other companies back-end I'm looking for something to map or redirect this API.
For example:
Client sends API request(www.123.com/api/v1/getCustomers) to Server, but between client and server the syntax of the API has to be changed to for example API request(www.999.com/api/v2/getClients).
I hope I'm on the right forum,
Thanks in advance!