messagebird-async 0.5.0

Wrapper around the message bird SMS API
Documentation
[
{
    "id": "e8077d803532c0b5937c639b60216938",
    "href": "https://rest.messagebird.com/messages/e8077d803532c0b5937c639b60216938",
    "direction": "mt",
    "type": "sms",
    "originator": "YourName",
    "body": "Thisisatestmessage",
    "reference": null,
    "validity": null,
    "gateway": null,
    "typeDetails": {},
    "datacoding": "plain",
    "mclass": 1,
    "scheduledDatetime": null,
    "createdDatetime": "2016-05-03T14:26:57+00:00",
    "recipients": {
        "totalCount": 1,
        "totalSentCount": 1,
        "totalDeliveredCount": 0,
        "totalDeliveryFailedCount": 0,
        "items": [
            {
                "recipient": 31612345678,
                "status": "sent",
                "statusDatetime": "2016-05-03T14:26:57+00:00"
            }
        ]
    }
},
{
    "id": "e8077d803532c0b5937c639b60216938",
    "href": "https://rest.messagebird.com/messages/e8077d803532c0b5937c639b60216938",
    "direction": "mt",
    "type": "sms",
    "originator": "YourName",
    "body": "Thisisatestmessage",
    "reference": null,
    "typeDetails": {},
    "datacoding": "plain",
    "mclass": 1,
    "scheduledDatetime": null,
    "creationDatetime": null,
    "recipients": {
        "totalCount": 1,
        "totalSentCount": 1,
        "totalDeliveredCount": 0,
        "totalDeliveryFailedCount": 0,
        "items": [
            {
                "recipient": 31612345678,
                "status": "sent",
                "statusDatetime": "2016-05-03T14:26:57+00:00"
            }
        ]
    }
}
]