Command test - skylord123/ImpactKI-PHP-API GitHub Wiki
Description
Test command for checking if you are using the API correctly.
Data
- name - name that you would like to return in the
message
response
Response
Only returns message
in the response.
Example Response
Array
(
[response] => 205
[message] => Hello World!
[data] => Array
(
)
)