Following sentence "Got questions about this tutorial? Ask here on Discourse" should be corrected due to Discourse no longer available.
Christian 🇫🇷 FR (talk) 20:29, 30 August 2021 (UTC)
Removed link to the archived Discourse instance.
Following sentence "Got questions about this tutorial? Ask here on Discourse" should be corrected due to Discourse no longer available.
Christian 🇫🇷 FR (talk) 20:29, 30 August 2021 (UTC)
Hi,
I have a problem withe the answer of this model of request(
it's return the POIs around a specific location but the json format is not correct:
the Key "pages" is an object but contains list of POIs.
I think that it's must be change to be an array.
nathan
"pages" is an dictionary (also known as a map, hashmap or associative array) in which the keys are arbitrary strings (page ids).
This is a slightly unusual json API design which some people like to avoid (use just an array instead as you suggest) because it can cause headaches for some API tools/description languages, but it's not invalid.