droidconKE / droidconKeKotlin

dcke 23
92 stars 83 forks source link

Make feedback feature functional #274

Closed daniel-waiguru closed 1 month ago

daniel-waiguru commented 5 months ago

Is there an API endpoint for submitting feedback?

chepsi commented 5 months ago

Yes, there is. make a post request to url = {BaseUrl}/feedback with a body


@SerialName("feedback")
feedback: String,
@SerialName("rating")
rating: String
)```
chepsi commented 5 months ago

@daniel-waiguru can I assign this to you?

daniel-waiguru commented 5 months ago

Yes

chepsi commented 5 months ago

done. let me know if you need any help.

daniel-waiguru commented 5 months ago

@chepsi The route does not support POST methods, it only supports GET, which is currently returning internal server error

chepsi commented 1 month ago

Marking this as stale