Skip to content

Releases: nickw444/nsw-fuel-api-client

1.1.3

21 Nov 10:39
4ae7e62

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.3

1.1.1

25 Jul 03:24
bed983e

Choose a tag to compare

1.1.1

1.1.1a2

25 Jul 03:21
bed983e

Choose a tag to compare

1.1.1a2 Pre-release
Pre-release

Changes:

This list of changes was auto generated.

1.1.1a1

25 Jul 03:11
2490872

Choose a tag to compare

1.1.1a1 Pre-release
Pre-release

Changes:

This list of changes was auto generated.

1.1.0

22 Apr 12:09
e281351

Choose a tag to compare

  • Ensure station_code is an int (#6)

1.0.10

11 Jun 07:32
687907d

Choose a tag to compare

  • Add integration tests (#5)
  • Add all prices and reference data call (#4)

Deserialize and throw errors

09 Jun 10:54
c9689c1

Choose a tag to compare

The client will now throw FuelCheckError on HTTP error responses and client errors

Includes #3

1.0.8

09 Jun 01:14

Choose a tag to compare

Add timeouts to requests. The timeout duration is configurable:

client = FuelCheckClient(timeout=10)

timeout can be None or an integer representing the number of seconds to timeout after.