The Wayback Machine - https://web.archive.org/web/20200908075737/https://github.com/rstudio/swagger
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dynamically Generate Documentation from a 'Swagger' Compliant API

CRAN_Status_Badge Travis-CI Build Status

Swagger is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

The main purpose of this package is to enable package authors to create APIs that are compatible with swagger.io and openapis.org.

Package authors providing web interfaces can serve the static files from swagger_path() using httpuv or fiery. As a start, we can also browse them by running:

library(swagger)
browseURL(swagger_index())

To learn more about Swagger visit: swagger.io/swagger-ui

About

Swagger is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Resources

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.