You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
385 B
22 lines
385 B
Webservices (REST API)
|
|
======================
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
REST API access is forbidden by default in web server configuration.
|
|
|
|
You must allow and protect access (for example with htaccess).
|
|
|
|
You must also enable rest_api in configuration:
|
|
|
|
.. code:: php
|
|
|
|
$use_restapi = true;
|
|
|
|
API
|
|
---
|
|
|
|
Here are available services:
|
|
|
|
.. openapi:: ../rest/v1/doc/openapi-spec.yaml
|