nomisRev / ktor-arrow-example

Real World implementation - "The mother of all demo apps". Written in Kotlin, with Ktor, Arrow, SqlDelight, KotlinX Serialization, etc.
Apache License 2.0
268 stars 34 forks source link

Use Ktor's Type Safe Routing (Resource DSL) #170

Closed nomisRev closed 1 year ago

nomisRev commented 1 year ago

Update the routes to use Ktor's type safe routing.

organize commented 1 year ago

I can take this one!

One thing that came to my mind is that an editorconfig could be included in the repo.

nomisRev commented 1 year ago

@organize I would welcome editorconfig into the repo. I've had issues with KtFmt and editorconfig since I didn't know exactly what the editorconfig needed to look like to match KtFmt, and it caused inconsistencies.