Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created January 1, 2019 11:49
Show Gist options
  • Save cdsap/36d579f225a1277a919148f3740986c9 to your computer and use it in GitHub Desktop.
Save cdsap/36d579f225a1277a919148f3740986c9 to your computer and use it in GitHub Desktop.
CloudEndpoint
@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