Skip to content

beekeeper 0.2.0

Choose a tag to compare

@jonthegeek jonthegeek released this 19 May 10:39
· 52 commits to main since this release
665078b

Summary

OAS definition discovery.

Proposal wording

  • Add support for APIs using the OAS json format.
  • Streamline discovery of API definitions (with associated error handling).
  • Potential challenges: There does not appear to be a set standard of where API definitions are posted on a given site. It might be difficult to help users find the right place. Interestingly, https://APIs.guru itself has a (simple) API to aid in API discovery, which might provide an opportunity to use api2r to generate parts of itself.

Changes from proposal

  • API discovery was spun off to a separate package, {anyapi}.

What's Changed

Full Changelog: v0.1.0...v0.2.0