Greetings, Its Floyd here. I am going through with documentation of Target API and I found samples of Request and Response Method of the API (Java). The example of request is quite clear but I think that the example mentioned for response is having some kind of mistake. The sample JSON structure of response example is giving an error on line # 2, right after a colon(:).
we rechecked the Java example from here: https://github.com/Wikitude/wikitude-targets-api-samples and can confirm that they are working. Are you seeing a 403 error? This might indicate that you try to convert more than one image at once (which is not allowed with the trial license.) What exact error message are you seeing?
F
Fahad.khan
said
about 7 years ago
Hi Philipp,
Actually I am using retrofit2 library for request and response process. The sample response structure (in JSON) which you have mentioned in documentation is giving me an error when I am making schema of the response. Your sample JSON structure of response from this link.
Fahad.khan