Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sckott/apipkgen
- Owner: sckott
- License: other
- Created: 2016-02-23T19:49:48.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T05:09:59.000Z (3 months ago)
- Last Synced: 2024-08-17T06:24:27.381Z (3 months ago)
- Topics: r, r-package, rstats, yaml
- Language: R
- Homepage: http://sckott.github.io/apipkgen/
- Size: 1.05 MB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - sckott/apipkgen - Generate an R package from API specs (R)
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.