Skip to content

Instantly share code, notes, and snippets.

@go-cristian
Last active March 11, 2019 15:41
Show Gist options
  • Save go-cristian/4859f56042b6f7b70426f5a28569f5ea to your computer and use it in GitHub Desktop.
Save go-cristian/4859f56042b6f7b70426f5a28569f5ea to your computer and use it in GitHub Desktop.
ReactorApi{
@Get fun visits(): Chainable<VisitsResult>
}
BillingApi{
@Post fun billing(): Chainable<BillingResult>
}
open class Name{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment