Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 735 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 735 Bytes

MyGene Swagger Specification

Swagger specification of MyGene.info web services.

The swagger.json file can be used with the Swagger-UI project, available on GitHub.

Installation of Swagger-UI

  • Download Swagger-UI project
  • Run npm install
  • Change the file index.html (src/main/html/index.html) and replace the URL for the Pet Store swagger.json file for your swagger.json file.
  • Run gulp to build the project
  • Run gulp serve to launch the web site locally
  • The folder dist contains the files to deploy the app to a server.

Output

Using the swagger.json file documenting web services for MyGene.info will generate a site as below.

MyGene.info Swagger