Created
January 1, 2019 11:49
-
-
Save cdsap/36d579f225a1277a919148f3740986c9 to your computer and use it in GitHub Desktop.
CloudEndpoint
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
@ApiMethod(name = "syncTrades", | |
httpMethod = ApiMethod.HttpMethod.GET, | |
path = "syncTrades/") | |
fun sync() = syncService.sync() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment