Skip to content

roaldnefs/kpn-api-store-python

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+.

About

🐍 Python client library for APIs provided by the KPN API Store.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages