Add 0.11 release blog post

This commit is contained in:
Paulus Schoutsen 2016-01-17 17:02:47 -08:00
parent 74341e940f
commit bd1b46fade
18 changed files with 255 additions and 42 deletions

View file

@ -39,11 +39,3 @@ Configuration variables:
- **username** (*Required*): This is the id given by FreeMobile to access to your online account.
- **access_token** (*Required*): You can get this token by activating the SMS API in your online account.
#### Example service payload
```json
{
"message": "Hello World"
}
```