FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

ocpi-python/docs/tutorials/push.md at main · codexistente/ocpi-python · GitHub

Latest commit

 

History

History
22 lines (12 loc) · 564 Bytes

File metadata and controls

22 lines (12 loc) · 564 Bytes

Push Notifications

Learn how to implement push notifications between OCPI parties.

Overview

OCPI push notifications allow parties to notify each other about changes to OCPI objects (locations, sessions, CDRs, etc.).

Implementation

::: ocpi.core.push

HTTP Push

HTTP push notifications are sent via POST requests to the receiving party's push endpoint.

WebSocket Push

WebSocket push notifications provide real-time bidirectional communication.

!!! note WebSocket push is experimental and may not be supported by all OCPI implementations.


Back | FazBrowse Home | New Git URL