generate_pkg_paths() now generates a separate R file for each endpoint, rather than a single file per tag (#65).
generate_pkg_paths() also includes parameter documentation, and parameter validation to prevent users from creating API calls that will fail due to passing the wrong parameter type (#69, #85).
All functions now have examples, and example configuration data is available in fs::path_package("beekeeper", "guru") and fs::path_package("beekeeper", "trello") (#99).
beekeeper 0.4.0
Added basic scaffolding of endpoint functions (“paths” objects in the OpenAPI specification).
beekeeper 0.3.0
Added vignette("pagination") for guidance on how to configure pagination in beekeeper-generated packages.