Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 327 Bytes

File metadata and controls

22 lines (15 loc) · 327 Bytes

Usage

Direct usage

\WebServCo\DiscogsApi\ApiResponse

GET

$apiResponse = $this->api->get($endpoint);

POST

$apiResponse = $this->api->post($endpoint, $data);

$data can be a JSON encoded string, or an array (in which case it will be encoded to JSON).


Implementation classes

[TODO]