Bug 22343: API routes for SMTP servers CRUD
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 29 Jul 2020 19:10:47 +0000 (16:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 2 Oct 2020 08:54:40 +0000 (10:54 +0200)
commit95aa8fc64b242f35f68b58140874b31e8f41d21a
tree8718a0500e837985708ef473fa40e7b9df93d2a6
parentda16f8165da01f4ae92badee71daffdc4087e32c
Bug 22343: API routes for SMTP servers CRUD

This patch introduces API routes for handling SMTP servers.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/Config/SMTP/Servers.pm [new file with mode: 0644]
api/v1/swagger/definitions.json
api/v1/swagger/definitions/smtp_server.json [new file with mode: 0644]
api/v1/swagger/parameters.json
api/v1/swagger/parameters/smtp_server.json [new file with mode: 0644]
api/v1/swagger/paths.json
api/v1/swagger/paths/config_smtp_servers.json [new file with mode: 0644]
t/db_dependent/api/v1/smtp_servers.t [new file with mode: 0644]