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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -