Hey, I want to create a client library for opensea...
# ktor
a
Hey, I want to create a client library for opensearch that takes advantage of kotlin features to provide a better DSL than a pure java library. For it, I am considering using ktor as the http client library. Is there any guidance on the best practices / do's & don'ts of writing such client libraries? Or perhaps another client library which "does it well"? Some things like using different dispatchers or not, ways of allowing user to configure the internals, other things I need to consider etc.