aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/http_client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move connect schemas to JSON SchemasLeonid Logvinov2018-11-121-15/+14
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-4/+4
|
* Change /order_config endpoint to POSTfragosti2018-09-261-1/+1
|
* Move SRA types from @0xproject/connect to @0xproject/sra-typesLeonid Logvinov2018-09-251-10/+8
|
* Add getForwarderHelperForMakerAssetDataAsync method to forwarderHelperFactoryBrandon Millman2018-09-151-1/+1
|
* Change orderConfig from POST to GET like in specfragosti2018-09-051-1/+1
|
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (21 commits) Update connect CHANGELOG Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README ...
| * Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-091-8/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README Fix typing generation for arrays in which types separated by |s
| | * 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
| | | | BigNumbers
* 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
| | | | dependency
* Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient ↵Brandon Millman2017-11-301-1/+1
| | | | comment
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-281-5/+6
|\ | | | | Forces the users of 0x.js to pass the network id
| * 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