Skip to main content

Unofficial Python package for Reservauto's API

Project description

Reservauto API (unofficial)

This is an unofficial package to interact with the official Reservauto API available for testiing with Swagger UI at https://restapifrontoffice.reservauto.net/ReservautoFrontOffice

Installation

pip install reservauto

Usage

from reservauto import ReservautoClient

client = ReservautoClient()

# Get available branches (already loaded upon initialization)
branches = client.get_branches()

# Get cities for a branch
cities = client.get_cities(branch_id=1)

# Get stations availability for a city, location, and date range
stations_availability = client.get_stations_availability(
    city=cities[1], 
    min_latitude=45.5, 
    max_latitude=45.6, 
    min_longitude=-73.6,
    max_longitute=-73.5,
    start_datetime=datetime.datetime(2021, 1, 1, 12, 0, 0),
    end_datetime=dateetime.datetime(2021, 1, 1, 13, 0, 0),
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reservauto-0.1.4.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reservauto-0.1.4-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file reservauto-0.1.4.tar.gz.

File metadata

  • Download URL: reservauto-0.1.4.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.12.0 Darwin/23.0.0

File hashes

Hashes for reservauto-0.1.4.tar.gz
Algorithm Hash digest
SHA256 62e4e99f55a56f9b40854b7f972632ab49fcde6d46dafe665b72e1f41ce82159
MD5 4996d21271bc17cb77a745501e18dd71
BLAKE2b-256 3acf3492441ced886aefd0f4413bfb07f5205cc0363de495c47c2bc1dc2b59e2

See more details on using hashes here.

File details

Details for the file reservauto-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: reservauto-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.12.0 Darwin/23.0.0

File hashes

Hashes for reservauto-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 16df44b85c88174d1d97edf0922700753bb5e70f0bdf71c764e820cac74946a3
MD5 e4d4de646bedae48ca0f1f6a458dee47
BLAKE2b-256 a3003b91a6555334af3f7f35d6f63bae24b3c9e67afd24ac84383b1302538982

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page