Newer
Older
web-services / nlp-tools / swagger.json
{
	"info": {
		"title": "nlp-tools - Bibliotheques de composants NLP",
		"summary": "Service pour l'interrogation de la boite à outil **nlptools**.",
		"version": "1.9.0",
		"termsOfService": "https://objectif-tdm.inist.fr/",
		"contact": {
			"name": "Inist-CNRS",
			"url": "https://www.inist.fr/nous-contacter/"
		}
	},
	"servers": [
		{
			"x-comment": "Will be automatically completed by the ezs server."
		},
		{
			"url": "http://vptdmservices.intra.inist.fr:49238/",
			"description": "Latest version for production",
			"x-profil": "Standard"
		},
		{
			"url": "http://vitdmservices.intra.inist.fr:49288/",
			"description": "only for personal or local usage"
		}
	],
	"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"
			}
		}
	]
}