Go to file
Roberto Hueso Gómez 24c8b940e6 Add REST POST /client/delete method
This method deletes a client from the DB.

Request:
POST /client/delete
{
  "clients": ["192.168.56.30"]
}

Response:
200 OK

Co-authored-by: Javier Sánchez Parra <jsanchez@soleta.eu>
2020-10-08 12:56:32 +02:00
cfg #915 Add default SQL schema for tests 2020-10-07 14:05:02 +02:00
src Add REST POST /client/delete method 2020-10-08 12:56:32 +02:00
tests #915 Use string for tests config port 2020-10-07 16:56:26 +02:00
.gitignore
COPYING
Makefile.am #971 split wake on lan code 2020-07-06 11:14:43 +02:00
configure.ac