diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-03-09 02:44:49 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-03-09 02:44:49 +0800 |
commit | 22b6097e95a1b67575ed3fcbbf7d2f677faceaca (patch) | |
tree | 01cb0587fed5f207cf299b66069ad166db3d155d /packages | |
parent | 8e3446a3892356e00033cf297706deebb9153f08 (diff) | |
download | dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar.gz dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar.bz2 dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar.lz dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar.xz dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.tar.zst dexon-sol-tools-22b6097e95a1b67575ed3fcbbf7d2f677faceaca.zip |
Prettier sra-report README
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 |