-
This could be a port (or improvement) of jsonvalidator: existing currently in psr7-middlewares: https://github.com/oscarotero/psr7-middlewares#jsonvalidator
Here's other similar package: https://gith…
-
I get this error when creating a client:
`
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: 'POST https://api.xsolla.com/merchant/v2/merchants/xxxxxx/token' resulted in a …
-
**Hi, help me please, can't resolve this problem. from Stellar MLS**
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://rets.stellarmls.com/rets/search?SearchTyp…
-
Hey Tustin, awesome work, but i think something has changed...
Tried ur "full example" and got just
`Fatal error: Uncaught GuzzleHttp\Exception\ServerException: Server error: `POST https://profile.c…
-
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/game/v2/profile/62d343e3caea47e881e8919e31b8f1ac/cl…
-
I am getting 400 bad response on put command.
$client->put('/' . $cpCode . '/to/path/', [
'headers' => [
'X-Akamai-ACS-Action' => 'version=5&action=upload&sha1=' .sha1($fileContents2)…
-
hello,
I get this error when I want to make the track Event. can anyone help me?
PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ServerException' with message 'Server error: `POST htt…
-
[26-Apr-2020 15:07:30 UTC] PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://content.dropboxapi.com/2/files/upload_session/append_v2` resulted in a `400 Bad …
-
Hello, I am trying to get Object storage but get error.
**My Code is:**
require 'vendor/autoload.php';
$openstack = new OpenStack\OpenStack( [
'authUrl' => 'https://authenticate.ain.…
-
Hi everybody.
I made a custom controller to handle file uploads and I'd like to add the capability to return the file via API made using this repository.
In the function **__construct** function I…