aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/http_client.ts
Commit message (Expand)AuthorAgeFilesLines
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-1/+1
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
* Do not JSON parse empty reponseBrandon Millman2018-02-171-5/+4
* Change default page params in connect to page 1 and perPage 100Brandon Millman2018-02-151-4/+4
* Addressed PR feedbackBrandon Millman2018-02-141-11/+27
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-26/+42
* Stop appending /v0 to HttpClient api endpoint urlsBrandon Millman2018-01-131-1/+1
* Improve HttpClient errorsBrandon Millman2018-01-131-4/+7
* PrettierBrandon Millman2018-01-101-30/+11
* Update styleBrandon Millman2018-01-101-20/+17
* Merge branch 'development' into refactor/httpClientJsonParsingBrandon Millman2018-01-091-4/+4
|\
| * Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-091-8/+10
| |\
| | * Apply prettier configLeonid Logvinov2018-01-031-8/+10
* | | Refactor JSON parsing in HttpClientBrandon Millman2017-12-251-33/+45
|/ /
* / Prevent getFeesAsync method on HttpClient from mutating inputBrandon Millman2017-12-251-6/+0
|/
* Remove unused importBrandon Millman2017-12-221-1/+0
* Add missing calls to bigNumberConfigs in packages where we are instantiating ...Brandon Millman2017-12-221-5/+0
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-3/+3
* Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ...Brandon Millman2017-11-301-1/+1
* Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient c...Brandon Millman2017-11-301-1/+1
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-281-5/+6
|\
| * Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-241-5/+6
* | Move all connect types into types.tsBrandon Millman2017-11-281-17/+10
|/
* Add TODO comment before BigNumber.config() callBrandon Millman2017-11-231-0/+1
* Prepare connect package for publishingBrandon Millman2017-11-231-1/+6
* Add connect to monorepoBrandon Millman2017-11-151-0/+171