Commit graph

8 commits

Author SHA1 Message Date
Jeremy Kauffman 8acccafe19 fix handling and display of errors on get API call 2017-07-30 15:37:44 -04:00
Jeremy Kauffman 0a32ff1735 fix error signature not detected by jsonrpc 2017-07-30 15:20:54 -04:00
Alex Grintsvayg aaec1f3a48 prettify all the files 2017-06-20 08:08:52 -04:00
Sean Yesmunt c8b949f020 format with prettier 2017-06-05 21:21:55 -07:00
Mayesters 01cb3f583e lots of stuff translated 2017-05-26 22:26:06 +02:00
Jeremy Kauffman aa935c1c07 more refactors, fixes 2017-05-15 12:34:33 -04:00
Alex Liebowitz cba3ec3091 Add unique ID to JSON-RPC requests 2017-03-09 17:54:46 -05:00
Alex Liebowitz 1567a2de0a Revamp API wrapper code
- Refactoring throughout JSON-RPC, lbrynet and Lighthouse logic
 - Move JSON-RPC stuff into its own module
 - Add ability to directly call API methods on the lbry and lighthouse
   modules, e.g. lbry.file_list({name: 'what'})
 - New-style API calls use promises instead of callbacks.
 - Converted some lbrynet calls and all Lighthouse calls to use the new
   style
2017-03-09 17:54:46 -05:00