openapi-generator/samples/client/petstore/r_test
Jérémie Bresson 7ecd5f3566
Rename "swagger" to "openapi" (#191)
* Rename ".swagger-codegen-ignore" to ".openapi-generator-ignore"
* Rename setGenerateSwaggerMetadata(Boolean) to setGenerateMetadata(Boolean)
* Rename Metadata Folder to .openapi-generator
2018-04-22 21:28:17 +02:00
..
.openapi-generator Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
R Add OpenAPI spec 3.0 support (beta) 2018-04-17 09:19:10 +02:00
.gitignore [R] Add new R client generator (#6351) 2017-09-04 00:21:32 +08:00
.openapi-generator-ignore Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
.Rbuildignore [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 remove trailing spaces in r templates (#7526) 2018-01-30 11:02:13 +08:00
NAMESPACE Add R namespace file (#7467) 2018-01-22 22:32:22 +08:00
README.md Add OpenAPI spec 3.0 support (beta) 2018-04-17 09:19:10 +02: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: 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(".")

Author

apiteam@swagger.io