# R API client for petstore This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). 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](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI/Swagger spec](https://github.com/swagger-api/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. ```R 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 ```R library(devtools) install(".") ``` ## Author apiteam@swagger.io