Skip to content

1.9.6

Compare
Choose a tag to compare
@bkuhl bkuhl released this 13 Nov 21:49
3cf2d09

Additional headers can be specified statically using:

ApiClient::setAdditionalHeaders([
    'foo' => 'bar',
]);

All subsequent requests will have those headers included.