Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created November 21, 2019 17:40
Show Gist options
  • Save dllewellyn/0526ee8896dc0643f495a8cce823f6b4 to your computer and use it in GitHub Desktop.
Save dllewellyn/0526ee8896dc0643f495a8cce823f6b4 to your computer and use it in GitHub Desktop.
String urlImageForCurrency(SupportedCurrency currency) {
return "https://coinbaseliveexchange.appspot.com/currencies/image/" +
currency.id;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment