Skip to content

beekeeper 0.4.0

Choose a tag to compare

@jonthegeek jonthegeek released this 19 May 10:42
· 41 commits to main since this release
61a33e7

Summary

Endpoint function scaffolding.

Proposal wording

  • Generate R/*.R and tests/testthat/*.R files 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/*.R and tests/testthat/*.R files 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

Full Changelog: v0.3.0...v0.4.0