Client API v1.6.5
Fixed requestUrl not being send to service(s). This contains the Referer Header or the referer param used when doing
the POST /messages or POST /devices.
New versions for the client API
View All TagsFixed requestUrl not being send to service(s). This contains the Referer Header or the referer param used when doing
the POST /messages or POST /devices.
Fixed issue that cased the message's time to be set to the current time instead of the original time.
Fixed an issue where if a Client sends an Image, the Service would receive "📸" instead of the path to the Image. This also caused the web-library to fail when trying to show this Image.
Added
Fixed issue that caused the Webhook push notification's message field to be empty in some cases
Added support for multiple Services, which means you can have more than 1 Service connected to your Account. All messages that you send using the Client API are being send to all connected Services. On the Service side you will need to use Service aPI v2.1.0.
Added accountIdentification to the webhook messages so you can easily see from which Account the message is originated. Previously we only sent the accountId which is used internally.
Added a Service Queue, which Queues all messages that are send from the Client to the Service. If you are a Service administrator, please take a look at: https://developers.parley.nu/docs/service-queue
/devices endpoint would sometimes take more than 10 seconds.Added the api version to api docs