πŸ‡ΊπŸ‡³The Web Services

When sqliterg is run, it creates a number of web services, to be exact 3 per each database that is configured.

These are:

WS for Query Execution

http://<host>:<port>/<db_name>

Documentation: Request, Response, Authentication

WS for Macros (configurable)

http://<host>:<port>/<db_name>/macro/<macro_id>

Documentation: Request, Authentication

WS for Backup (configurable)

http://<host>:<port>/<db_name>/backup

Documentation: Request, Authentication

Last updated