Skip to content

Instantly share code, notes, and snippets.

@RoRoche
Last active November 19, 2019 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoRoche/a66408a74e1146e125cbd6b82daa4b2c to your computer and use it in GitHub Desktop.
Save RoRoche/a66408a74e1146e125cbd6b82daa4b2c to your computer and use it in GitHub Desktop.
val repos: List<Repo> = JsonRepos(
WithBodyRestRequest(
SuccessfulRestRequest(
LoggableRequest(
GetReposRequest(
client = client,
baseUrl = "https://api.github.com/",
user = "RoRoche"
)
)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment