From 22b6097e95a1b67575ed3fcbbf7d2f677faceaca Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 8 Mar 2018 10:44:49 -0800 Subject: Prettier sra-report README --- packages/sra-report/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'packages') diff --git a/packages/sra-report/README.md b/packages/sra-report/README.md index 812535f45..a29c99af3 100644 --- a/packages/sra-report/README.md +++ b/packages/sra-report/README.md @@ -4,16 +4,16 @@ This tool allows you to generate reports that detail an endpoint's [standard rel The tool currently performs the following checks for each endpoint: -* `application/json` Content-Type header validation -* JSON schema validation -* Correct filtering when a query paramater is provided (ex. when querying for a specific maker address, all orders returned have the same maker address that was provided by the query) +* `application/json` Content-Type header validation +* JSON schema validation +* Correct filtering when a query paramater is provided (ex. when querying for a specific maker address, all orders returned have the same maker address that was provided by the query) Features to come: -* Correct sorting (ex. the `/orderbook` endpoint should return orders in order of price) -* Tests for pagination -* Tests for the `POST /order` endpoint -* Tests for failure cases and errors +* Correct sorting (ex. the `/orderbook` endpoint should return orders in order of price) +* Tests for pagination +* Tests for the `POST /order` endpoint +* Tests for failure cases and errors ## Installation -- cgit v1.2.3