PythonRMV/wiki/classes/Client/Client.md
profitroll 83ae0999ea
Some checks reported warnings
Tests / test (3.11) (push) Has been cancelled
Tests / test (3.8) (push) Has been cancelled
Tests / test (3.9) (push) Has been cancelled
Tests / test (3.10) (push) Has been cancelled
Documentation prepared and improved
2023-11-25 13:16:48 +01:00

1.5 KiB
Raw Permalink Blame History

Client

You are now viewing the main class of the module, all available higher-level methods can be found here.

This page is about the Client class, which exposes high-level methods for an easy access to the API.

from pyrmv import Client

client = Client("SampleAPIKey")

print(client.stop_by_id("A=1@O=Offenbach (Main)-Zentrum Marktplatz\/Frankf. Straße@X=8764456@Y=50105181@U=80@L=3002510@"))

Details

Parameters

  • access_key (str) Access ID for identifying the requesting client. Get your key on RMV website.

Methods