beekeeper 0.4.0
Summary
Endpoint function scaffolding.
Proposal wording
- Generate
R/*.Randtests/testthat/*.Rfiles for all endpoints ("paths") described in the given API specification. - The generated functions will work, but error checking, documentation, and tests will be minimal.
- Potential challenges: I'll need to strike a balance here between getting a basic working system and producing something that can be easily expanded later.
Changes from proposal
- Generated
R/*.Randtests/testthat/*.Rfiles for all endpoints ("paths") described in the given API specification. - The generated functions work, but error checking, documentation, and tests were minimal at this point.
What's Changed
- Milestone4 by @jonthegeek in #55
Full Changelog: v0.3.0...v0.4.0