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.
- Host: GitHub
- URL: https://github.com/livehelperchat/lhcrestapi
- Owner: LiveHelperChat
- License: mit
- Created: 2022-11-29T13:19:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T13:25:06.000Z (over 3 years ago)
- Last Synced: 2025-10-09T10:13:52.633Z (8 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
``