CPC G06F 9/54 (2013.01) [G06F 16/955 (2019.01)] | 20 Claims |
1. A method of routing client provided application programming interface (API) requests via an API gateway, the method comprising:
receiving, by the API gateway, an API request for an API from a client for a resource from one or more endpoints of a plurality of endpoints, wherein each of the plurality of endpoints each comprise an instance of the API, is remote from the API gateway, is registered with the API gateway using a unique identifier, and is represented by a proxy in the API gateway, the API request comprising a uniform resource identifier (“URI”);
determining whether the URI provided by the client comprises an expression provided by the client, wherein the expression comprises one or more predicates, or a wild-card, or whether the URI comprises a Universally Unique ID (“UUID”) specifying a single unique endpoint;
when the URI comprises the expression, selecting multiple of the plurality of endpoints based on the expression and routing, by the API gateway, the API request to the selected endpoints, each selected endpoint having the same particular API type and API version;
receiving, by the API gateway, a plurality of responses to the request from a plurality of the selected endpoints;
aggregating, by the API gateway, the plurality of responses into an array of responses; and
when the URI comprises the UUID, routing, by the API gateway, the API request to the single unique endpoint.
|