Tomas Cohen Arazi
96a112e961
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
29 lines
597 B
JSON
29 lines
597 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"title": "Koha REST API",
|
|
"version": "1",
|
|
"license": {
|
|
"name": "GPL v3",
|
|
"url": "http://www.gnu.org/licenses/gpl.txt"
|
|
},
|
|
"contact": {
|
|
"name": "Koha Development Team",
|
|
"url": "https://koha-community.org/"
|
|
}
|
|
},
|
|
"basePath": "/api/v1",
|
|
"x-mojo-around-action": "Koha::REST::V1::authenticate_api_request",
|
|
"paths": {
|
|
"$ref": "paths.json"
|
|
},
|
|
"definitions": {
|
|
"$ref": "definitions.json"
|
|
},
|
|
"parameters": {
|
|
"$ref": "parameters.json"
|
|
},
|
|
"x-primitives": {
|
|
"$ref": "x-primitives.json"
|
|
}
|
|
}
|