We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c00d9 commit b0942f8Copy full SHA for b0942f8
src/Api/ApiRequest.php
@@ -9,8 +9,6 @@ class ApiRequest extends Request
9
{
10
const SDK_VERSION = '0.2.2';
11
const FORMAT_JSON = 'json';
12
- const FORMAT_XML = 'xml';
13
- const FORMAT_YAML = 'yaml';
14
15
/**
16
* @param string $accessToken
0 commit comments