Newer
Older
web-services / data-computer / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 20 Oct 904 bytes change url
{
	"info": {
		"title": "data-computer - Calculs sur fichier corpus compressé",
		"summary": "Algorithmes de calculs sur un corpus compressé",
		"version": "2.0.0",
		"termsOfService": "https://services.istex.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://vptdmjobs.intra.inist.fr:49154/",
			"description": "Production release",
			"x-profil": "Standard"
		},
		{
			"url": "http://vitdmservices.intra.inist.fr:49303/",
			"description": "For internal tests"
		}
	],
	"tags": [
		{
			"name": "data-computer",
			"description": "Calculs sur fichier corpus compressé",
			"externalDocs": {
				"description": "Plus de documentation",
				"url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/data-computer"
			}
		}
	]
}