Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 428 Bytes

File metadata and controls

20 lines (16 loc) · 428 Bytes

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