Skip to content

Tags: aep-dev/aepcli

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade aep-lib-go (#20)

upgrade aep-lib-go to pick up fixes.

v0.1.0

Toggle v0.1.0's commit message
fix(openapi): better support 2.0

Some missing components in how to evaluate swagger 2.0 schemas
were added, enabling more robust handling for these apis.

Some of the functions were refactored to the openapi struct,
which helps separate concerns between openapi schema instrospection
and services which utilize them.