diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sra-report/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
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 |