Releases: droso-hass/idfm-api
Releases · droso-hass/idfm-api
IDFM-API V.1.0.3
v1.0.3 fix for bus
IDFM-API V.1.0.2
v1.0.2 fix missing destinations and stop duplicates
IDFM-API V.1.0.1
Fix missing destinations and stop duplicates bugs
IDFM-API V.1.0.0
This new version now uses the official API from the PRIM platform to get the data.
There are a few breaking changes:
- You need to get an api token from the PRIM website and pass this token when instanciating the class
- You no longer need to pass the line_id to get_traffic
- The forward boolean has been replaced by the direction attribute, which may be different from the destination (ex: when there is a branch, the direction will be the same but depending on which branch you take the destination will be different)
IDFM-API V. 0.2.5
v0.2.5 specify stop_id for get_directions
IDFM-API V. 0.2.4
v0.2.4 make enum json serializable
IDFM-API V. 0.2.3
v0.2.3 Update setup.py
IDFM-API V. 0.2.2
New Features:
- Async API
- BUS data
First release
v0.1.1 add package url in the doc