droidkaigi-feed-reader-app icon indicating copy to clipboard operation
droidkaigi-feed-reader-app copied to clipboard

NotificationsScreen: Create API Client

Open takahirom opened this issue 2 years ago • 2 comments

Add KtorNotificationApi that use a real API endpoint

Reference

  • https://github.com/DroidKaigi/droidkaigi-feed-reader-app/blob/c4b9f2a7b76d89ab98de[…]monMain/kotlin/io/github/droidkaigi/feeder/data/KtorStaffApi.kt

takahirom avatar Mar 17 '22 10:03 takahirom

API definitions are here

  • https://droidkaigi.stoplight.io/docs/ssot-api/b3A6MjQzMzYzOTI-get-announcements-by-language
  • https://droidkaigi.stoplight.io/docs/ssot-api/b3A6MjQzMzYzOTM-get-announcements-by-announcement-id

RyuNen344 avatar Mar 30 '22 10:03 RyuNen344

@takahirom

Add KtorNotificationApi that use a real API endpoint

I've already add that in #15 . In this Issue, I will try to make sure the API works and modify it if necessary.

yurihondo avatar May 21 '22 04:05 yurihondo