すべてのディスカッションに戻る
Loads a lot of data
talbertherndon-ATZTjFNpGu
a year ago
Possible for the GET for the resturants by location could you add a number you want to load in.
Thanks
ディスカッションに参加しましょう-以下にコメントを追加してください:
ログイン/サインアップして新しいコメントを投稿
For the Find a Restaurant endpoint I’ve also added another optional query parameter, ‘partialMatch’. With this set to 'yes e.g. ‘partialMatch=yes’, the endpoint will try to find restaurants of a similar name. E.g. if the search term is ‘Mowgli’, it will also find restaurants called ‘Mowgli Street Food’. Note, using partialMatch will add a delay to the response time, soo if you dont need it, omit this optional parameter.
Using limitQuery with a low number will greatly reduce the response time of a request.
Hi Talbert I have now added an optional parameter to allow an API GET request to limit the responses returned.
To do this just add ‘limitQuery=x’ after the question mark in the URL endpoint (where x is the number of responses you would like to receive e.g. ‘limitQuery=3’ would return 3 x results).
Let me know if this helps.
Thanks
Hi,
Sure I can look to add this feature as an optional parameter.
Will update when done.
Thanks