Skip to content

Instantly share code, notes, and snippets.

@rukletsov
Created August 10, 2020 07:45
Show Gist options
  • Save rukletsov/0ae5c178984d8d8a80a925e92c11f8b3 to your computer and use it in GitHub Desktop.
Save rukletsov/0ae5c178984d8d8a80a925e92c11f8b3 to your computer and use it in GitHub Desktop.
[Convert UUID to ExternalId] #bryter #tools
import io.bryter.backend.ExternalId
val uuid = "<uuid>"
val eid = ExternalId("220c6636-82b7-4ba3-8f48-6ec556cd9878")
print("$eid")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment