Skip to main content

65 posts tagged with "Client API"

New versions for the client API

View All Tags

Client API v1.8.10

Added a new endpoint GET /media/:uuid. With this endpoint you can retrieve media binaries by their UUID.
You receive this UUID when you use the POST /media endpoint.

Client API v1.8.3

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Client API v1.7.5

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like é resulted in é. They are now encoded correctly.

Client API v1.6.11

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Client API v1.5.4

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Client API v1.4.4

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.