Spotii Notification API
Project description
spotii-notification-client
API for send SMS/Email messages
- API version: v1.0
- Package version: 1.0.0
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install spotii-notification-client
Then import the package:
import spotii_notification_client
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import spotii_notification_client
from spotii_notification_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = spotii_notification_client.EmailApi(spotii_notification_client.ApiClient(configuration))
body = spotii_notification_client.EmailMessage() # EmailMessage |
try:
api_response = api_instance.email_messages_create(body)
pprint(api_response)
except ApiException as e:
print("Exception when calling EmailApi->email_messages_create: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost:8000/api/v1.0
| Class | Method | HTTP request | Description |
|---|---|---|---|
| EmailApi | email_messages_create | POST /email/messages/ | |
| SmsApi | sms_messages_create | POST /sms/messages/ |
Documentation For Models
Documentation For Authorization
All endpoints do not require authorization.
Author
Nuclearo DMCC https://www.nuclearo.com/
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spotii-notification-client-1.0.5.tar.gz.
File metadata
- Download URL: spotii-notification-client-1.0.5.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90f4136b007540f3d93b6f6dbe90347ca8def38842b42e2f65c3a8e19812aed7
|
|
| MD5 |
743cc01fc37bea95f0aad3dbf8e84dfd
|
|
| BLAKE2b-256 |
b51310552e44a2fe548df5f55180a2aefc6de3a8fef2657911cf6d92de1ca251
|
File details
Details for the file spotii_notification_client-1.0.5-py3-none-any.whl.
File metadata
- Download URL: spotii_notification_client-1.0.5-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535f36dc2b1bf1d704cb2e38a1613d1ae1fcd3dabf8c584c9b4a3635d3271c83
|
|
| MD5 |
f5be318bfa4df43d6e55cd4ce60aea62
|
|
| BLAKE2b-256 |
0dfd231b83af7f6e3b90748471d3f2b65edfa81979c96d3397be8aea703c035a
|