beekeeper 0.2.0
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
- Refactor security data by @jonthegeek in #37
- Use httptest2. by @jonthegeek in #38
- Use nectar's string stabilizer. by @jonthegeek in #40
- Milestone 0.2.0 by @jonthegeek in #41
Full Changelog: v0.1.0...v0.2.0