Search code examples
apiserviceclientendpointconsumer

What is the opposite of an API Endpoint


When talking about a service layer, I might talk about adding an Endpoint to a service. ...but when I want to talk about the corresponding consumer of that specific endpoint I would want to talk about the Client's "Invoker"?

Feels like there should be a term for this and it's been bugging me for days.


Solution

  • Are you maybe thinking of an API call? Like what a user uses to get access to the endpoint?