java-rest-api
java-rest-api copied to clipboard
This repository contains the open source Java client for MessageBird's REST API.
When creating a template with a `HEADER` component and a format of `VIDEO`, you cannot set a `header_url` in the example due to the following validation in `HSMComponent.java`:`168-174`: ```java private...
Hello everyone, I am currently trying to send a SMS via MessageBird and show the user an error popup when the message could not be delivered. My SMS always reach...
Hi, The current SDK does not support sending message to Groups (using groupIds). Will there be any provision for that in the upcoming releases?
Hi guys, by following the sms api guide for java [Guide for Get started with SMS](https://dashboard.messagebird.com/de-de/getting-started/sms) I get a trouble. The maven command **mvn clean install** results in my case...
Many model/POJO classes here can be easily generated with [Lombok](https://projectlombok.org), which is a very widely used lib. The benefits are * Get rid of no-brainer getter and setters. * Get...
Hi all, Java Rest API implies that this package is containing web service code. While in fact it's just the client to the MB service. Possible options are: * java-client...
Situation: According to the documentation at https://github.com/messagebird/java-rest-api/blob/master/README.md running the command mvn test -Ptest -DmessageBirdAccessKey=[your access key] -DmessageBirdMSISDN=[your phone] should run the tests, however the tests are skipped The issue seems...
When attempting to make a `PATCH` request (`sendPayload` method call), the following warning message is output: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by...
Dear messagebird, It would be great if you could provide an asynchronous API client. We will have a look ourselves but it seems the code would need a big refactoring...
We have other library dependencies that recently updated to java-jwt 4.x. Unfortunately, the [breaking changes from v3 → v4](https://github.com/auth0/java-jwt/blob/fb6d00ad9773c6e7624c518feb2d06ed191287fa/MIGRATION_GUIDE.md#upgrading-from-v3x---v40) mean that all dependent usages need to be updated.