Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:02
Show Gist options
  • Select an option

  • Save akexorcist/66d237102f1311e9035c125dadf7801a to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/66d237102f1311e9035c125dadf7801a to your computer and use it in GitHub Desktop.
UserProfileParam("219347017350").apply {
page = 0
count = 30
}.also {
print("Get profile (id:${it.id})")
track("Get profile", ${it.toString()})
}.run {
val response = getUserProfile(this)
saveToDatabase(response)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment