An open API service indexing awesome lists of open source software.

https://github.com/livehelperchat/lhcrestapi

Sample extension how to extend Rest API calls. Add custom variables or override request.
https://github.com/livehelperchat/lhcrestapi

Last synced: 4 months ago
JSON representation

Sample extension how to extend Rest API calls. Add custom variables or override request.

Awesome Lists containing this project

README

          

# Install

Sample extension how to extend Rest API calls. Add custom variables or override request.

```
cd lhc_web/extension && git clone https://github.com/LiveHelperChat/lhcrestapi.git
// Modify main settings file and activate extension
'extensions' =>
array (
'lhcrestapi'
),
// Setup your Rest API call and play around with
`extension/lhcrestapi/bootstrap/bootstrap.php`
``