Hi there,
I use more or less your whole BimPlus api. But I have some trouble with the GET-call to access the hyperlinks of an issue.
url: https://api.bimplus.net/v2/{team_slug}/issues/{issue_id}/hyperlinks
The received response object contains a "control character zero with no-break space" at the beginning. This makes it impossible to parse it directly into a json (although in the response header is: "Content-Typ: application/json"). Firstly, you have to parse it into a string. Then you have to filter and remove the special character, and then you can parse it into a json and work with the object.
Are you aware of this behavior? Or can I send somehow an accept- or accept-encoding-header to prevent this behavior?
Thanks for your support!