Newer
Older
web-services / fund-ner / swagger.json
{
    "openapi": "3.0.0",
    "info": {
      "title": "fund-ner - Detection de financeurs",
      "summary": "Detection de financeurs",
      "version": "1.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://vptdmservices.intra.inist.fr:49241/",
        "description": "Latest version for production",
        "x-profil": "Standard"
      }
    ],
    "tags": [
      {
        "name": "fund-ner",
        "description": "Detection de financeurs",
        "externalDocs": {
          "description": "Plus de documentation",
          "url": "https://gitbucket.inist.fr/tdm/web-services/fund-ner/README.md"
        }
      }
    ]
  }