api design - API Endpoint Semantics -
is api endpoint 'method', https://api.foursquare.com/v2/venues/ or full url including non-query-string parameters https://api.foursquare.com/v2/venues/5104
in other words, these 2 separate endpoints or considered same endpoint? http://myapi.com/somemodel/1
http://myapi.com/somemodel/2
according this wikipedia article, endpoint web service, defined wsdl file, and
does nothing more define address or connection point web service. typically represented simple http url string.
microsoft uses term endpoint
in various contexts, amount same thing: endpoint entire interface, not 1 particular method.
in context of rest endpoint, endpoint contain requisite get, put, post , delete methods (as applicable).
Comments
Post a Comment