https://github.com/roaldnefs/kpn-api-store-python/blob/main/cover.png?raw=true

Release v0.0.1. (Installation)

https://img.shields.io/pypi/pyversions/kpn-api-store?color=090&logo=python&logoColor=white&style=for-the-badge https://img.shields.io/pypi/dm/kpn-api-store?color=090&logo=python&logoColor=white&style=for-the-badge https://img.shields.io/pypi/format/kpn-api-store?color=090&logo=python&logoColor=white&style=for-the-badge https://img.shields.io/github/license/roaldnefs/kpn-api-store-python?color=090&style=for-the-badge https://img.shields.io/github/workflow/status/roaldnefs/kpn-api-store-python/tests?color=090&label=CI&logo=github&style=for-the-badge https://img.shields.io/github/contributors/roaldnefs/kpn-api-store-python?color=090&logo=github&style=for-the-badge

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


Example usage:

# Import the KPN-SMS API client
from kpnapistore.messaging.sms_kpn.v1 import Client

# Initialize a new KPN-SMS API client using the OAuth 2.0 Client Credentials
# Grant type `Client ID` and `Client secret`
client = Client("APP_CLIENT_ID", "APP_CLIENT_SECRET")

# Send a SMS
client.send("KPN API", "316xxxxxxxx", "Hello from kpn-api-store-python!")