Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created August 11, 2016 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/269e60b18dceda8a935e61f4ad62504f to your computer and use it in GitHub Desktop.
Save dsdstudio/269e60b18dceda8a935e61f4ad62504f to your computer and use it in GitHub Desktop.
clojure destructring
(GET "/api/money/list"
{{user-session :user} :session
{page "page" size "size" sort "sort", :or {page 0 size 20 sort nil}} :params}
(log/info "page:" page "size:" size "sort:" sort))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment