mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
a4f76b889e
openapi3 |
||
---|---|---|
.. | ||
.openapi-generator | ||
old_client | ||
R | ||
.gitignore | ||
.openapi-generator-ignore | ||
.Rbuildignore | ||
.travis.yml | ||
DESCRIPTION | ||
git_push.sh | ||
NAMESPACE | ||
README.md |
R API client for petstore
This is a sample server Petstore server. For this sample, you can use the api key special-key
to test the authorization filters.
Overview
This API client was generated by the OpenAPI Generator project. By using the OpenAPI spec from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.RClientCodegen
Installation
You'll need the devtools
package in order to build the API.
Make sure you have a proper CRAN repository from which you can download packages.
Prerequisites
Install the devtools
package with the following command.
if(!require(devtools)) { install.packages("devtools") }
Installation of the API package
Make sure you set the working directory to where the API code is located. Then execute
library(devtools)
install(".")