Skip to content

Instantly share code, notes, and snippets.

@c10r
Created April 3, 2021 00:29
Show Gist options
  • Save c10r/fff86fe2f17f3b6fad0e26028dc65c89 to your computer and use it in GitHub Desktop.
Save c10r/fff86fe2f17f3b6fad0e26028dc65c89 to your computer and use it in GitHub Desktop.
Example of a failing API Request
data class Level(val tubes: Array<Array<String>>)
val levelJson = levelApi
.json()
.await() as Level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment