Newer
Older
web-services / authors-tools / swagger.json
@revol revol on 27 Apr 2023 548 bytes authors-tools@2.3.5
{
    "info": {
        "version": "2.3.5"
    },
    "servers": [{
        "url": "{scheme}://{hostname}",
        "variables": {
            "scheme": {
                "default": "https"
            }
        }
    }],
    "tags": [
        {
            "name": "authors-tools",
            "description": "Outils sur les auteurs",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/authors-tools"
            }
        }
    ]
}