python-rest-api icon indicating copy to clipboard operation
python-rest-api copied to clipboard

This repository contains the open source Python client for MessageBird's REST API.

Results 16 python-rest-api issues
Sort by recently updated
recently updated
newest added

``` pyenv install 3.4.10 pipenv install --python 3.4.10 pipenv install messagebird pipenv run python examples/number_available_list.py --accessKey XXXXXXXXXXXXXXX An exception occurred while : 'Client' object has no attribute 'available_numbers_list' ```

Dear reader, I'm trying to implement your awesome SMS API into my Python final assignmetn (for higher education semester 1). The deadline is two weeks from now and I've been...

## Description I added proxy support in http_client und client. ## CHANGELOG

Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...

## Description Add a short description of the change. If this is related to an issue, please add a reference to the issue. ## CHANGELOG * [CHANGED] Describe your change...

Hey team, this is frustrating. please help me fix this issue, the role ha full access. ```python import messagebird api_key = 'YVBbo*************************************COl' client = messagebird.Client(api_key) balance = client.balance() print("Balance:", balance)...