About 184,000 results
Open links in new tab
  1. rest - RESTful way to send commands - Stack Overflow

    How do you send "commands" to a RESTful server? Use case: My server caches certain information so that it does not have to read the database every time that information is …

  2. Is there a way to discover all endpoints of a REST API?

    There is no way of programmatically discovering REST services as they do not have a standard registry service. Apart from doing something insane brute-force search there is no way of …

  3. How to run a simple API request on Windows? - Stack Overflow

    May 19, 2019 · I want to run an simple API request which gives back information on carbon-dioxide levels in a specific country. I want to ask you on which software to use and how to …

  4. How to design REST API for non-CRUD "commands" like activate …

    Feb 15, 2014 · How to design REST API for non-CRUD "commands" like activate and deactivate of a resource? Asked 11 years, 7 months ago Modified 4 years, 8 months ago Viewed 21k times

  5. Sending commands to an IoT device via REST and IoT Central

    Sep 9, 2022 · Azure IoT Central didn't allow full REST APIs access to the underlying IoT Hub, just only for sending an event (telemetry data). You should use the Azure IoT Central REST …

  6. How Do I Combine Terraform With Azure CLI and REST API?

    Aug 19, 2019 · How can I mix terraform with the CLI and REST API? You can use the Terraform provisioner local-exec or remote-exec. In these ways, you can run the script with CLI …

  7. How to make basic REST API calls using a browser

    Mar 17, 2015 · I am trying to get started with REST API calls by seeing how to format the API calls using a browser. Most examples I have found online use SDKs or just return all fields for …

  8. What all POST Rest API commands we can execute inside a azure …

    Jun 23, 2021 · Actually, this REST API is for the exec command that executes the bash command in the container. So it will create a socket session to communicate with the container, the …

  9. Is there a PowerShell equivalent to "az rest"? - Stack Overflow

    Jul 3, 2020 · There is no built-in powershell command equals az rest currently. My workaround is to use the command below, you could simply use it to get the specific token for a ...

  10. How to invoke a discord bot command via rest api?

    Mar 22, 2023 · 1 I want to invoke the discord bot command with an HTTP API call. Sample command: /command parameter How can I do this? I sent a message via discord API into chat …