kpn-api-store

Client library for APIs provided by the KPN API Store


Keywords
api, api-cli, kpn, python, python3
License
LGPL-3.0
Install
pip install kpn-api-store==0.0.1

Documentation

kpn-api-store-python

PyPI - Python Version PyPI - Downloads PyPI - Format License GitHub Workflow Status GitHub contributors

kpn-api-store-python is the Python client library for APIs provided by the KPN API Store.

from kpnapistore.messaging.sms_kpn.v1 import Client


client_id = "APP_CLIENT_ID"
client_secret = "APP_CLIENT_SECRET"

client = Client(client_id, client_secret)
client.send("KPN API", "316xxxxxxxx", "Hello from kpn-api-store-python!")

Installing kpn-api-store-python and Supported Versions

kpn-api-store-python is available on PyPI:

$ python -m pip install kpn-api-store

kpn-api-store-python officially supports Python 3.6+.