How about ``` val gitHub = retrofit(apiUrl).option...
# random
o
How about
Copy code
val gitHub = retrofit(apiUrl).options {…}
class GitHub {
   fun repositories() : List<String> by gitHub
   fun user(name: String) : User by gitHub
}