Newer
Older
web-services / nlp-tools / swagger.json
@schneist schneist on 5 May 2023 550 bytes swagger
{
    "info": {
        "version": "1.9.0"
    },
    "servers": [{
        "url": "{scheme}://{hostname}",
        "variables": {
            "scheme": {
                "default": "https"
            }
        }
    }],
    "tags": [
        {
            "name": "nlp-tools",
            "description": "bibliothèque de composants TALN",
            "externalDocs": {
                "description": "Plus de documentation",
                "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/nlp-tools"
            }
        }
    ]
}