DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
410 stars 200 forks source link

Use real API for EventMap screen #602

Closed takahirom closed 3 weeks ago

takahirom commented 3 weeks ago

Now the development environment API is ready! The end point is

events/droidkaigi2024/projects

We need to change here.

https://github.com/DroidKaigi/conference-app-2024/blob/main/core/data/src/commonMain/kotlin/io/github/droidkaigi/confsched/data/eventmap/EventMapApiClient.kt#L15

geckour commented 3 weeks ago

I want to try it! 🙋‍♂️

takahirom commented 3 weeks ago

@geckour Thanks! Because this is a very high priority issue, if you could do this quickly, that would be great. 👍

geckour commented 3 weeks ago

@takahirom I have a question 🙏 This issue's scope is just to replace the endpoint to mentioned one by you? We don't need to switch current endpoint (/events/droidkaigi2024/eventmap) and mentioned one according to the build environments?