aligent / bigcommerce-v3-api-php-client

PHP library to interact with the BigCommerce V3 API (https://developer.bigcommerce.com/api-reference#v3-rest-api)
GNU General Public License v3.0
13 stars 23 forks source link

Feature/185 implement store logs #191

Closed jswift closed 1 year ago

jswift commented 1 year ago

Add support for store logs. https://developer.bigcommerce.com/api-reference/6908d02370409-get-system-logs

The API is currently called Store Logs, with one endpoint called Get System Logs, so I've called the API Store Logs, but the object and response is SystemLog.

Fixes #185