Skip to content

Instantly share code, notes, and snippets.

@adamw
Created May 4, 2019 12:24
Show Gist options
  • Save adamw/ebe763615d7dec147cc237a69fa58188 to your computer and use it in GitHub Desktop.
Save adamw/ebe763615d7dec147cc237a69fa58188 to your computer and use it in GitHub Desktop.
val getBooks: Endpoint[(Option[Year], Option[Int]),
(StatusCode, ErrorInfo),
List[Book],
Nothing] = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment