aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/http_client.ts
Commit message (Expand)AuthorAgeFilesLines
* Update more names in docsfragosti2018-08-211-3/+4
* Improve documentationfragosti2018-08-211-5/+8
* Run prettierfragosti2018-08-211-3/+10
* Remove default query parametersfragosti2018-08-181-14/+7
* Add networkId request param optionfragosti2018-08-181-14/+36
* Add fee recipients testfragosti2018-08-161-3/+7
* getAssetPairsAsync tests passingfragosti2018-08-161-1/+1
* Project now buildsfragosti2018-08-161-2/+1
* Update test fixturesfragosti2018-08-161-1/+2
* Update parsing codefragosti2018-08-151-10/+12
* Update json-schemas, update HTTPClient typesfragosti2018-08-151-19/+17
* Update types to reflect v2fragosti2018-08-151-11/+11
* Change names of basic types in Client interfacefragosti2018-08-151-4/+4
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* -fetch';Fabio Berger2018-07-131-2/+2
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* 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