Overview


Endpoint relates to URL of request.

Note that resource relates to data set returned by request handler.

Simple endpoints:



Let us assume all part of "www.play.com". So full url is "www.play.com/games/jan", etc.

Different URL's With Same Endpoint



Endpoint for all is "/games/feb", but each with a different query string so likely a different response.

References