interledger-deprecated / ilp-core

Core ILP module — handles ledger abstraction and quoting
Other
8 stars 5 forks source link

Replace Payment class w/ client quote and sendQuotedPayment methods #14

Closed emschwartz closed 8 years ago

emschwartz commented 8 years ago

cleaning up the client API so that you call methods on the client, rather than creating an instance of a Payment object and interacting with that

resolves https://github.com/interledger/js-ilp-core/issues/12

codecov-io commented 8 years ago

Current coverage is 89.06%

Merging #14 into master will decrease coverage by 1.96%

@@             master        #14   diff @@
==========================================
  Files             3          2     -1   
  Lines            78         64    -14   
  Methods          12         10     -2   
  Messages          0          0          
  Branches          9         10     +1   
==========================================
- Hits             71         57    -14   
  Misses            7          7          
  Partials          0          0          

Powered by Codecov. Last updated by d8dc323...33336bf

justmoon commented 8 years ago

LGTM