Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active August 29, 2015 14:07
Show Gist options
  • Save erwan/f5c7c0a59790bed0b3b7 to your computer and use it in GitHub Desktop.
Save erwan/f5c7c0a59790bed0b3b7 to your computer and use it in GitHub Desktop.
val apiFuture: Future[io.prismic.Api] = Api.get("https://lesbonneschoses.prismic.io/api")
apiFuture.map { api =>
println("References: " + api.refs)
api
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment