About 7,460,000 results
Open links in new tab
  1. When do I use path parameters vs. query parameters in a RESTful API ...

    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 sense to me ...

  2. What's the difference between REST & RESTful - Stack Overflow

    Oct 15, 2009 · What's the difference between a REST system and a system that is RESTful? From a few things I've read most so called REST services are actually RESTful services. So what is the …

  3. 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 this thread is …

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

    Dec 16, 2016 · 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 development API often …

  5. Generating token for Fabric Rest api using client secret

    Mar 26, 2024 · Initially, I registered one Entra ID application and created one client secret in it: You need to add above service principal to Fabric workspaces giving at least Contributor role like this: Before …

  6. 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 website …

  7. Use of PUT vs PATCH methods in REST API real life scenarios

    3 Everyone else has answered the PUT vs PATCH. I was just going to answer what part of the title of the original question asks: "... in REST API real life scenarios". In the real world, this happened to me …

  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. HTTP Status 405 - Method Not Allowed Error for Rest API

    As this "ver" having null service is send status as "204 No Content". And about status code "405 - Method Not Allowed" will get this status code when rest controller or service only supporting GET …

  10. REST API to query Databricks table - Stack Overflow

    Jul 24, 2022 · Update: April 2023rd. There is a new SQL Execution API for querying Databricks SQL tables via REST API. It's possible to use Databricks for that, although it heavily dependent on the …