Last active
March 11, 2019 15:41
-
-
Save go-cristian/4859f56042b6f7b70426f5a28569f5ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ReactorApi{ | |
@Get fun visits(): Chainable<VisitsResult> | |
} | |
BillingApi{ | |
@Post fun billing(): Chainable<BillingResult> | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open class Name{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment