-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Yaroslav Surzhikov edited this page Aug 7, 2020
·
6 revisions
from hibob import Driver
driver = Driver(
api_token="YOUR_TOKEN_HERE"
)
Each endpoint is represented with property of driver instance.
For example people endpoint usage:
people_list = driver.people.list()
For detailed info check other wiki pages - each of them contains description and usage of implemented methods and properties. Reference links are included too.