openapi-generator/samples/client/petstore/r_test
2017-10-24 10:45:25 +08:00
..
.swagger-codegen [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
R fix r body parameter null issue (#6786) 2017-10-24 10:45:25 +08:00
.gitignore [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
.Rbuildignore [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
.swagger-codegen-ignore [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
.travis.yml [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
DESCRIPTION [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
git_push.sh [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
README.md [R] Added ApiClient and fixed other issues (#6571) 2017-10-05 01:07:06 +08:00

R API client for petstore

This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters.

Overview

This API client was generated by the swagger-codegen project. By using the OpenAPI/Swagger spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.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(".")

Author

apiteam@swagger.io