Skip to content

Releases: droso-hass/idfm-api

IDFM-API V.1.0.3

22 Sep 13:26
Compare
Choose a tag to compare
v1.0.3

fix for bus

IDFM-API V.1.0.2

15 Sep 19:20
Compare
Choose a tag to compare
v1.0.2

fix missing destinations and stop duplicates

IDFM-API V.1.0.1

15 Sep 19:15
f2f33d2
Compare
Choose a tag to compare

Fix missing destinations and stop duplicates bugs

IDFM-API V.1.0.0

15 Sep 17:49
f2f33d2
Compare
Choose a tag to compare

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

07 Apr 10:09
Compare
Choose a tag to compare
v0.2.5

specify stop_id for get_directions

IDFM-API V. 0.2.4

06 Apr 20:12
Compare
Choose a tag to compare
v0.2.4

make enum json serializable

IDFM-API V. 0.2.3

23 Jan 20:10
6449de6
Compare
Choose a tag to compare
IDFM-API V. 0.2.3 Pre-release
Pre-release
v0.2.3

Update setup.py

IDFM-API V. 0.2.2

23 Jan 19:31
6d7e5c6
Compare
Choose a tag to compare
IDFM-API V. 0.2.2 Pre-release
Pre-release

New Features:

  • Async API
  • BUS data

First release

10 Dec 19:55
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.1.1

add package url in the doc