Igor Gassmann
96d70feb7d
Merge master branch's changes
2017-11-21 16:51:12 -03:00
Jeremy Kauffman
7a9aaf377b
fix API error propegation
2017-11-10 09:55:30 -05:00
thujeevan
6d45b7c1c3
Replace xmlhttprequest with fetch
...
fixes https://github.com/lbryio/lbry-app/issues/650
add fetch and es6-Promise polyfills
update webpack config accordingly
2017-10-27 15:37:32 -04:00
Akinwale Ariwodola
d591886df5
reduxify pull request 325
2017-08-08 10:36:14 +01:00
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