You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the Cardholder changes endpoint which essentially provides a list of events that occurred against a cardholder. These sorts of endpoints provide valuable information for third party integrations such as the ability to provide a history of when a customer has accessed a door.
Gallagher cloud does not provide the ability to add webhooks to receive events as they occur (which probably makes sense from a deployment and possibly security perspective).
Built on top of the base API client we should provide the ability to synchronise with the command centre, these would have to be written to a backend to keep a shadow of what is available on the command centre. The ida of this is not to query the command centre when the application is rendering interfaces.
This ticket has to be expanded with the details, possibly requires an RFC.
The text was updated successfully, but these errors were encountered:
adds shillelagh to attempt implementing a sql layer on top of the
library and see if it helps with #9
todo items for me are:
- see if pyndatic can help define sqlalchemy schema
- as per #31 i want to have a sqlclahemy dialect
- be able to sync two sources one being the rest endpoints using
sqlalchemy
devraj
changed the title
Provide an optional synchronisation feature for API events
Synchronisation of command centre data with a local data source (preferably a SQL backend)
Apr 28, 2024
Consider the Cardholder changes endpoint which essentially provides a list of events that occurred against a cardholder. These sorts of endpoints provide valuable information for third party integrations such as the ability to provide a history of when a customer has accessed a door.
Gallagher cloud does not provide the ability to add
webhooks
to receive events as they occur (which probably makes sense from a deployment and possibly security perspective).Built on top of the base API client we should provide the ability to synchronise with the command centre, these would have to be written to a backend to keep a shadow of what is available on the command centre. The ida of this is not to query the command centre when the application is rendering interfaces.
This ticket has to be expanded with the details, possibly requires an RFC.
The text was updated successfully, but these errors were encountered: