Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1002 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 1002 Bytes

swagger is an R package to create API packages from Swagger.io JSON specifications.

The following functions are implemented:

  • swag: Build an R web API package from a swagger definition

News

  • Version 0.0.0.9000 released

Installation

devtools::install_github("hrbrmstr/swagger")

Usage

library(swagger)

# current verison
packageVersion("swagger")
#> [1] '0.0.0.9000'

Test Results

library(swagger)
library(testthat)

date()
#> [1] "Thu Aug 13 17:49:27 2015"

test_dir("tests/")
#> testthat results ========================================================================================================
#> OK: 0 SKIPPED: 0 FAILED: 0
#> 
#> DONE

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.