Releases: Pirionfr/pyLinky
Releases · Pirionfr/pyLinky
v0.5.0
- Use the official enedis API
- Use enedis API 2
- add customers v3 api
- Create an API class, and change client to a wrapper. Try to keep Client API intact.
v0.4.0
- Use specific Exceptions to improve user feedback
- Simplify library usage to retrieve data concerning a specified period
v0.3.3
- handle error if hour consumption is not activated in Enedis (user validation is required)
v0.3.0
- add login() method
- raise an error if data is empty
- raise an exception when site in maintenance
- Export format_data()
- start and end date are now in datetime.date format
v0.2.1
- adding fake user-agent header to bypass enedis restriction
v0.2.0
- Clearer error messages
- Bug fix: monthly did a partial month on the same month last year
- Ability to get data per period
- Factorized code for different periods with a global config map
v0.1.8
Improve session to be reusable
v0.1.6
add timeout request
change version from 1.5 to 1.6
Fix python version
fix syntax
v0.1.5
changelog:
- Prevent from non existing data yet