Skip to content

Instantly share code, notes, and snippets.

@sw1nn
Created August 8, 2013 11:16
Show Gist options
  • Save sw1nn/6183773 to your computer and use it in GitHub Desktop.
Save sw1nn/6183773 to your computer and use it in GitHub Desktop.
(defprotocol Page
(next-page [this])
(data [this])
(next? [this]))
(defprotocol Paged
(paged-response [this uri query-params]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment