All URIs are relative to https://my.yoast.test
Method | HTTP request | Description |
---|---|---|
handleDelete | DELETE /edd-sl-api | Sunset API for old EDD license checks |
handleGet | GET /edd-sl-api | Sunset API for old EDD license checks |
handleHead | HEAD /edd-sl-api | Sunset API for old EDD license checks |
handleOptions | OPTIONS /edd-sl-api | Sunset API for old EDD license checks |
handlePatch | PATCH /edd-sl-api | Sunset API for old EDD license checks |
handlePost | POST /edd-sl-api | Sunset API for old EDD license checks |
handlePut | PUT /edd-sl-api | Sunset API for old EDD license checks |
handleDelete()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handleDelete();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handleDelete: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handleGet()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handleGet();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handleGet: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handleHead()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handleHead();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handleHead: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handleOptions()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handleOptions();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handleOptions: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handlePatch()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handlePatch();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handlePatch: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handlePost()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handlePost();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handlePost: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
handlePut()
Sunset API for old EDD license checks
Here to still serve cacheable responses for old EDD license checks
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new Yoast\MyYoastApiClient\Api\EDDApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$apiInstance->handlePut();
} catch (Exception $e) {
echo 'Exception when calling EDDApi->handlePut: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]