Skip to content

Commit bc3044d

Browse files
committed
Fixed README formatting
1 parent aec89f3 commit bc3044d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,12 @@ python -m pytest
376376
Error handling has been added in version 2.0. Currently, the only HTTP error codes that
377377
are handled are the ones documented on the GDAX API error section: [here](https://docs.gdax.com/?python#errors)
378378

379-
HTTP STATUS CODE 400: Raises InvalidGdaxRequest
380-
HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381-
HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382-
HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383-
HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
384-
HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
379+
- HTTP STATUS CODE 400: Raises InvalidGdaxRequest
380+
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381+
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382+
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383+
- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
384+
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
385385

386386
All HTTP requests from both the public client and authenticated client run through `_determine_response`, which
387387
either returns the JSON body or raises the appropriate error.
@@ -391,7 +391,7 @@ Please consider creating new Exception classes and mapping as Gdax error states
391391

392392
## Change Log
393393
*2.0*
394-
- Added error handling to all HTTP requests [Error Handling Docs](#Error Handling)
394+
- Added error handling to all HTTP requests [Error Handling Docs](#error-handling)
395395

396396
*1.0* **Current PyPI release**
397397
>>>>>>> Added README info, added self to contributors, bumped version

0 commit comments

Comments
 (0)