Newer
Older
web-services / biblio-tools / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 27 Mar 953 bytes biblio-tools@3.1.0
{
	"openapi": "3.1.0",
	"info": {
		"title": "biblio-tools - Outils pour références bibliographiques",
		"summary": "Propose plusieurs services dédiés aux références bibliographiques",
		"version": "3.1.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://vptdmservices.intra.inist.fr:49228/",
			"description": "Latest version for production",
			"x-profil": "Standard"
		},
		{
			"url": "http://vitdmservices.intra.inist.fr:49240/",
			"description": "only for personal or local usage"
		}
	],
	"tags": [
		{
			"name": "biblio-tools",
			"description": "Bibliographie",
			"externalDocs": {
				"description": "Plus de documentation",
				"url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/biblio-tools"
			}
		}
	]
}