udacity / andfun-kotlin-gdg-finder

Apache License 2.0
34 stars 130 forks source link

Incorrect URL #13

Closed filipefreitasdasilva closed 2 years ago

filipefreitasdasilva commented 4 years ago

In the "GdgApiService.kt" file, the base URL is incorrect. This URL should be "https://developers.google.com/community/gdg/groups/"

Zingam commented 4 years ago

The wrong URL causes an exception in retrofit2

nimaiwalsh commented 4 years ago

Thanks mate, the updated URL works.

Gene-R-Pool commented 4 years ago

If you point a browser to https://developers.google.com/community/gdg/directory/ it redirects to https://developers.google.com/community/gdg/groups. It took me longer than I would like to admit to notice that. I kept getting a 404 in the app but, the browser loaded it just fine.

DaChelimo commented 4 years ago

Working solution in #17

SudKul commented 2 years ago

The URL has now changed to https://gdg.community.dev/api/ and the endpoint to @GET("chapter_region?chapters=true"). We are working to fix the affected code.