Closed GoogleCodeExporter closed 9 years ago
Sorry for late response. This project is under Apache 2 licence so - yes, you
can either in commercial or non-commercial projects. Feel free to use it. Fee
https://code.google.com/p/chrome-rest-client/source/browse/trunk/RestClient/LICE
NSE-2.0.html for more informations.
Original comment by jarro...@gmail.com
on 22 Sep 2014 at 2:41
Thanks! Could you please help to understand HOW it can be used? How to
initialize it? Should I have some special HTML code or is it handled pure thru
JavaScript?
Original comment by and7ey@gmail.com
on 22 Sep 2014 at 3:11
The js file is a WebWorker
(https://developer.mozilla.org/en/docs/Web/Guide/Performance/Using_web_workers).
It is called from
https://code.google.com/p/chrome-rest-client/source/browse/trunk/RestClient/src/
org/rest/client/ui/desktop/widget/JSONViewer.java java class (using GWT
framework).
You must pass "data" with JSON object or string to the worker and in response
you will receive HTML with parsed data.
Original comment by jarro...@gmail.com
on 22 Sep 2014 at 3:22
Original issue reported on code.google.com by
and7ey@gmail.com
on 9 Sep 2014 at 6:28