/code-puzzle

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Start the server

lein run

order-id-asc

curl http://localhost:8088/analytics/report\?order-by\=order-id-asc | python -m json.tool

session-type-dec

curl http://localhost:8088/analytics/report\?order-by\=session-type-desc | python -m json.tool

unit-price-dollars-asc

curl http://localhost:8088/analytics/report\?order-by\=unit-price-dollars-asc | python -m json.tool