anomaly / gallagher

The missing toolkit for extending Gallagher Command Centre, featuring a CLI, SQL interface, TUI and a Python idiomatic SDK
https://anomaly.github.io/gallagher/
MIT License
11 stars 2 forks source link

Alpha 3 release ready #40

Closed devraj closed 2 months ago

devraj commented 4 months ago

πŸ“’ Preamble

This release solidifies the vision of this API client. Our current vision is to ship:

This release provides a near complete version of the Python API and the related tools, creating a foundation and making is ready for release.

✨ New

πŸ’… Improvements

@pytest.fixture
async def alarm_summary() -> AlarmSummaryResponse:
    """ Get a list of item types and iterates through it
    these are a summary response

    """
    response = await Alarms.list()
    return response

πŸ› οΈ Fixes