Please do not merge, only approve or request for changes
In order to handle merge conflicts better, I will handle the merging part since I wrote the code
I will merge this pr if I don't get any negative feedback from reviewers until 20:00
requesting place from the OSM API
** It is a dummy request for now. I am requesting for restaurants in Mitte and limiting the search result with 10 result
it is only working for OSM for now. Maybe another ticket for HERE
Sending results to Frontend.
Since all the results that will be send to Frontend will be ApiResult, added required methods that an ApiResult must have (name, id, lat, lon, type)
changed base API call URL to http://www.overpass-api.de/api/interpreter, this is the API that allow us make search
Here is the screen shot of Frontend:
Please do not merge, only approve or request for changes
In order to handle merge conflicts better, I will handle the merging part since I wrote the code
I will merge this pr if I don't get any negative feedback from reviewers until 20:00
restaurants in Mitte
and limiting the search result with 10 resultHERE
ApiResult
, added required methods that anApiResult
must have (name, id, lat, lon, type)http://www.overpass-api.de/api/interpreter
, this is the API that allow us make search Here is the screen shot of Frontend: