cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

[HH-50][PLACES] Create table for storing current cities and number of places #51

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

This PR covers:

  1. Retry to get distances if google api key expired.
  2. Implementation of getAvailableCities request. This request is a HTTP GET request. It doesn't have any parameters or body content so it doesn't need a content-type header parameter.
cristighr1995 commented 5 years ago

Related issue: https://github.com/cristighr1995/Holiholic/issues/50