aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/test/http_client_test.ts
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Change /order_config endpoint to POSTfragosti2018-09-261-3/+3
* Change orderConfig from POST to GET like in specfragosti2018-09-051-3/+3
* Add to CHANGELOGfragosti2018-09-051-1/+1
* Use BigNumber instead of string where appropriate in OrderConfigRequestfragosti2018-09-051-3/+4
* Fix typofragosti2018-08-221-1/+1
* Run prettierfragosti2018-08-211-3/+3
* lint everythingfragosti2018-08-211-3/+2
* Update websocket for SRA v2fragosti2018-08-211-3/+0
* Remove default query parametersfragosti2018-08-181-13/+18
* Add fee recipients testfragosti2018-08-161-0/+24
* All previous tests passingfragosti2018-08-161-4/+4
* Get orders async tests passingfragosti2018-08-161-1/+1
* getAssetPairsAsync tests passingfragosti2018-08-161-11/+11
* Project now buildsfragosti2018-08-161-18/+15
* Update json-schemas, update HTTPClient typesfragosti2018-08-151-2/+2
* Update types to reflect v2fragosti2018-08-151-35/+35
* Change names of basic types in Client interfacefragosti2018-08-151-9/+9
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
* Change default page params in connect to page 1 and perPage 100Brandon Millman2018-02-151-3/+3
* Addressed PR feedbackBrandon Millman2018-02-141-3/+3
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-15/+34
* Stop appending /v0 to HttpClient api endpoint urlsBrandon Millman2018-01-131-5/+5
* Improve HttpClient errorsBrandon Millman2018-01-131-1/+10
* Merge pull request #305 from 0xProject/fix/bignumber_configLeonid2018-01-101-1/+1
|\
| * Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* | Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-091-17/+15
|\|
| * Fix formattingLeonid Logvinov2018-01-031-2/+0
| * Apply prettier configLeonid Logvinov2018-01-031-15/+15
* | Prevent getFeesAsync method on HttpClient from mutating inputBrandon Millman2017-12-251-0/+12
|/
* Update connect types in preperation for publishingBrandon Millman2017-12-081-3/+3
* Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-241-8/+10
* Add connect to monorepoBrandon Millman2017-11-151-0/+130