About 1,990,000 results
Open links in new tab
  1. Call a REST API in PHP - Stack Overflow

    Mar 21, 2012 · Our client had given me a REST API to which I need to make a PHP call. But as a matter of fact, the documentation given with the API is very limited, so I don't really know how to call the …

  2. php - How to build a RESTful API? - Stack Overflow

    Jan 14, 2011 · 78 The issue is this: I have a web application that runs on a PHP server. I'd like to build a REST api for it.

  3. Consumir API REST com PHP - Stack Overflow em Português

    Nov 9, 2017 · Consumir API REST com PHP Perguntada 8 anos, 1 mes atrás Modified 6 anos, 4 meses atrás Vista 16mil vezes

  4. How can I enable REST API on my WordPress web site?

    0 It is enabled by default. You can access Wordpress REST API by going to YOUR_WEBSITE.COM/wp-json.

  5. How to upload multiple files as part of a REST API

    9 I am trying to create a REST API for my web service. I want to make the users of the API able to initiate a new request with my service. This involves uploading one or two zip files along with some …

  6. Generating SAS token for Azure Blob storage in PHP with REST API

    Jan 3, 2024 · Now the PHP storage client libraries are being retired, and we're forced to use the raw REST API, I'm really struggling to generate the SAS key on the server side for my valet key pattern. I …

  7. php - How to write a REST API? - Stack Overflow

    8 I have programmed a REST API in ZEND Framework using the Zend_Rest_Controller, on the iPhone I used ASIHTTPRequest. My experience with both where good. At the beginning I had some trouble …

  8. rest - How do I make a request using HTTP basic authentication with …

    Jan 26, 2010 · I'm building a REST web service client in PHP and at the moment I'm using curl to make requests to the service. How do I use curl to make authenticated (http basic) requests?

  9. Calling the Azure Storage REST API directly from PHP

    Jun 5, 2023 · Now that the Azure Storage PHP client is deprecated, Microsoft recommends calling the Azure Storage REST API directly. The only problem is, I have no idea where to start with doing this …

  10. Sending a JSON POST request to REST API in PHP [duplicate]

    Oct 25, 2018 · Sending a JSON POST request to REST API in PHP [duplicate] Asked 7 years, 1 month ago Modified 6 months ago Viewed 20k times