Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sckott/apipkgen

Generate an R package from API specs
https://github.com/sckott/apipkgen

r r-package rstats yaml

Last synced: about 1 month ago
JSON representation

Generate an R package from API specs

Awesome Lists containing this project

README

        

apipkgen
========

```{r echo=FALSE}
knitr::opts_chunk$set(
eval = FALSE,
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```

Generate a HTTP API wrapper package from a yaml template for the API

#### Abandoned/Archived

This package has been abandoned/archived. I no longer have time/interest to work on this. It's too complicated of a problem to be easy enough to do in the very few hours I have to work on open source projects not related to work. And REST APIs - even Open API/Swagger ones - are so varied that maintaining a tool for them I think would be a lot of work.

Maybe try out

Feel free to copy/use any code here, its MIT license.