You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rest-client
Hi,
I plan to build a generic rest client like wiztools and postman for our application. I wanted to understand what code packages that I can reuse given that I would need to build the GUI again to match up with our application? Is there package level documentation of the source code that can gives an idea of what responsibilities do each of them tackle (for e.g. I didn't follow what restclient-server and restclient-lib packages are for) ?
Thanks!
Subhash Chandran
unread,
Apr 18, 2017, 10:29:32 PM4/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rest-client
restclient-lib: This is the functionality code. If you are planning to extend rest-client with a different UI, this is the based that you need to depend on. restclient-server: Tools>Trace Server functionality code is available here.