Skip to main content

Library for connecting to the Eduterm API

Project description

Build Status

EdutermClient

Python library for interfacing with the Eduterm API.

usage

Initiate the client with a valid api key, and request with a queryname and optional arguments. The response table will allow you to iterate the response rows.

from edutermclient.edutermclient import EdutermClient

c = EdutermClient("4c6ef653-44cf-4537-88f5-379d41575f0a")
c.request("VakLeergebieden", {"onderwijsniveau": "bk:512e4729-03a4-43a2-95ba-758071d1b725"})

for row in c.response_table:
    print(row["vakLabel"])

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

edutermclient-0.2.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

edutermclient-0.2.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

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