Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Created July 13, 2016 20:54
Show Gist options
  • Save pjazdzewski1990/c4008b3071fe9cd735749a8ce1696165 to your computer and use it in GitHub Desktop.
Save pjazdzewski1990/c4008b3071fe9cd735749a8ce1696165 to your computer and use it in GitHub Desktop.
def descriptor(): Descriptor =
named("calculatorservice")
.`with`(
restCall(
Method.GET,
"/api/calculator/exchange?fromValue&fromUnit&toUnit",
calculate _
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment