Skip to content

Mockup of the proposed Agave Tags API. This version takes a swagger doc that is used to auto-generate a mock server with live data using the Swagger Middleware Server.

Notifications You must be signed in to change notification settings

deardooley/agave-tags-swagger-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agave Tags API Working Draft

This is a simple working draft of the Agave Tags API. Nothing is set is stone This repository will server as an interation point for further development of the APIs. You can run a live mock with the Swagger Express Middleware server.

git clone https://github.com/deardooley/agave-tags-swagger-middleware.git  
cd agave-tags-swagger-middleware  
npm install swagger-express-middleware faker uuid  
node server.js  

The server will be available at http://localhost:8000/tags

To view and interact with the API documentation, use the hosted Swagger Editor provided by Reverb and either paste the contents of the tags.yaml file into the editor or select File -> Import URL and enter the Swagger Express Middleware URL http://localhost:8000/api-docs

About

Mockup of the proposed Agave Tags API. This version takes a swagger doc that is used to auto-generate a mock server with live data using the Swagger Middleware Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published