An open API service indexing awesome lists of open source software.

https://github.com/hivesolutions/nexmo-api

Nexmo API client written in Python
https://github.com/hivesolutions/nexmo-api

api client nexmo python rest

Last synced: about 2 months ago
JSON representation

Nexmo API client written in Python

Awesome Lists containing this project

README

          

# [Nexmo API](http://nexmo-api.hive.pt)

Nexmo API client written in Python.

## Configuration

| Name | Type | Description |
| -------------------- | ----- | ---------------------------------------------------------------------------- |
| **NEXMO_API_KEY** | `str` | The Nexmo identifier to make API requests (defaults to `None`). |
| **NEXMO_API_SECRET** | `str` | The secret key to be used to authenticate API requests (defaults to `None`). |

## License

Nexmo API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://github.com/hivesolutions/nexmo-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/nexmo-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/nexmo-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/nexmo-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/nexmo-api.svg)](https://pypi.python.org/pypi/nexmo-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)