Skip to content

👷 Build R API Packages Automatically from Swagger <http://swagger.io> JSON Specifications

License

Notifications You must be signed in to change notification settings

nickforr/swagger

Repository files navigation

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.

About

👷 Build R API Packages Automatically from Swagger <http://swagger.io> JSON Specifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages