Skip to content

Releases: cnewkirk/suzieq-api-wrapper

v0.1.0 – Initial release

Choose a tag to compare

@cnewkirk cnewkirk released this 09 Mar 02:49
Immutable release. Only release title and notes can be modified.
f82f0f0

Initial release of suzieq-api-wrapper.

Highlights

  • 21 SuzieQ tables with full verb coverage (89 public methods)
  • show / summarize / top on all tables
  • unique on all tables except devconfig
  • assert on bgp, evpnVni, interface, ospf
  • lpm on route, find on network
  • Typed exception hierarchy (AuthenticationError, NotFoundError, etc.)
  • 237 unit tests (mocked HTTP, no live server required)
  • Read-only smoke test for live server validation
  • mkdocs-material documentation site

Links