Skip to content

Commit b0942f8

Browse files
committed
Remove unsupported payload formats
1 parent f6c00d9 commit b0942f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Api/ApiRequest.php

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class ApiRequest extends Request
99
{
1010
const SDK_VERSION = '0.2.2';
1111
const FORMAT_JSON = 'json';
12-
const FORMAT_XML = 'xml';
13-
const FORMAT_YAML = 'yaml';
1412

1513
/**
1614
* @param string $accessToken

0 commit comments

Comments
 (0)