Sample app to show how test driven documentation works with spring REST docs. In this app user can tweet and add a comment on a tweet.
I am currently writing an api wrapper for Kotlin Multiplatform to wrap existing api's into a multiplatform library. Currently, the only api implemented is the Java API. Once I had wrapped it according ...