About 16,500,000 results
Open links in new tab
  1. rest - What exactly is RESTful programming? - Stack Overflow

    Mar 22, 2009 · REST is the underlying architectural principle of the web. The amazing thing about the web is the fact that clients (browsers) and servers can interact in complex ways without the …

  2. When do I use path parameters vs. query parameters in a RESTful …

    I want to make my RESTful API very predictable. What is the best practice for deciding when to make a segmentation of data using the URI rather than by using query parameters? It makes …

  3. http - SOAP vs REST (differences) - Stack Overflow

    Nov 10, 2013 · REST is the architectural style of the web itself. When you enter Stack Overflow, you know what a User, a Question and an Answer are, you know the media types, and the …

  4. What is difference between REST and API? - Stack Overflow

    May 9, 2021 · REST is a type of API. Not all APIs are REST, but all REST services are APIs. API is a very broad term. Generally it's how one piece of code talks to another. In web …

  5. SharePoint Rest API how to get Access Token? - Stack Overflow

    Aug 9, 2020 · Just starting to work with SharePoint and Microsoft authentication and trying to get a SharePoint List into a JavaScript App. From Microsoft documentation, I need to use the …

  6. REST - What exactly is meant by Uniform Interface?

    Well Rest obviously shares attributes of other architecture styles etc. it's not all novel and new. Also, soap and rest are not mutually exclusive. A restful service could do so with soap (from …

  7. How do I make calls to a REST API using C#? - Stack Overflow

    Mar 8, 2012 · The ASP.NET Web API has replaced the WCF Web API previously mentioned. I thought I'd post an updated answer since most of these responses are from early 2012, and …

  8. REST API filter operator best practice - Stack Overflow

    REST API filter operator best practice Asked 11 years, 2 months ago Modified 1 year, 3 months ago Viewed 111k times

  9. REST API Best practices: Where to put parameters? [closed]

    Oct 26, 2010 · With a REST API you have the major methods of acting upon a single resource using GET, PUT, and DELETE . Therefore whether something should be represented in the …

  10. Azure DevOps REST api - Run pipeline with variables

    Feb 13, 2021 · You can do it with both the Runs API and Build Queue API, both work with Personal Access Tokens. For which one is the better/preferred, see this question: Difference …