Skip to content

Instantly share code, notes, and snippets.

@RoRoche
Last active November 19, 2019 18:15
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/d3279aa6e628c05639efacd26b3fb49b to your computer and use it in GitHub Desktop.
Save RoRoche/d3279aa6e628c05639efacd26b3fb49b to your computer and use it in GitHub Desktop.
val repos: List<Repo> = JsonRepos(
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