Skip to content

Releases: jonperron/python-navitia-client

1.0.0

24 May 06:05
5af90eb

Choose a tag to compare

1.0.0 Pre-release
Pre-release

What's Changed

  • Feat(entities): add Entities defined in public documentations by @jonperron in #1
  • Chore(repo): add github-action to run pre-commit by @jonperron in #2
  • chore(github): update action to version 4 by @jonperron in #3
  • feat(client): add base http client by @jonperron in #4
  • chore(entities): refacto entities folder to reduce circular dependancies by @jonperron in #6
  • feat(coverage): add class to call coverage api by @jonperron in #7
  • chore(readme): update readme with a clearer description of the repo by @jonperron in #8
  • feat(client): add datasets apis support by @jonperron in #9
  • fix(typo): fix typo in method name by @jonperron in #10
  • fix(datasets): add missing parameters in url for datasets by @jonperron in #11
  • feat(client): add support for contributors APIs by @jonperron in #12
  • fix(coverage): fix bad url when getting by coordinates by @jonperron in #13
  • feat(public_transport_objects): add classes supporting each service by @jonperron in #14
  • chore(entities): refactoring couple of entities by @jonperron in #16
  • fix(typo): fix typo in code + use classmethod by @jonperron in #17
  • feat(pagination): add pagination support by @jonperron in #18
  • fix(apis): add missing filters on apis for public transportation by @jonperron in #20
  • feat(apis): add support for autocomplete public transport objects api by @jonperron in #21
  • feat(api): add support for places api by @jonperron in #22
  • feat(api): add support for places nearby apis by @jonperron in #23
  • fix(typo): fix copy/paste in tests by @jonperron in #24
  • chore(readme): add unofficial mention of the library by @jonperron in #27
  • feat(apis): add support for inverted geocoding apis by @jonperron in #28
  • feat(exception): add handling of navitia error messages by @jonperron in #29
  • feat(apis): add support for route schedules apis by @jonperron in #31
  • feat(apis): add support for stop schedules api by @jonperron in #32
  • feat(apis): add support for terminus schedules apis by @jonperron in #33
  • feat(refacto): update method name to from_payload by @jonperron in #34
  • feat(apis): add support for departure apis by @jonperron in #35
  • feat(apis): add support for arrivals apis by @jonperron in #36
  • feat(api): add support for line reports apis by @jonperron in #37
  • feat(api): add support for traffic reports apis by @jonperron in #39
  • fix(api): handle urls without resource path properly for reports APIs by @jonperron in #40
  • fix(refactoring): remove refactoring when calling APIs by @jonperron in #42
  • chore(github): add CODEOWNERS file by @jonperron in #43
  • feat(apis): add support for journeys apis by @jonperron in #44
  • chore(refacto): move method to api_base_client by @jonperron in #45
  • feat(apis): update readme to display no support of equipments support apis by @jonperron in #47
  • feat(apis): add support for isochrone apis by @jonperron in #48

New Contributors

Full Changelog: https://github.com/jonperron/python-navitia-client/commits/1.0.0