Hello,
Is there a way to print the JSON response and the JSON string in the request body while using the Groupshare Kit?
Regards
Jayan.
Hello,
Is there a way to print the JSON response and the JSON string in the request body while using the Groupshare Kit?
Regards
Jayan.
Hi Jayan,
To directly answer your question, no, not that I'm aware of.
However, GroupShareKit is here on GitHub. It's fairly trivial to download the source code and reference this version of the project in your own project. This will allow you to either step through the code and inspect whatever you like or to add additional code which perhaps logs the received JSON.
We have our own fork of GroupShareKit which contains two small customisations (for our own business needs), and this is not only convenient but easy to do, so that would be my suggestion.
Hi Jayan,
To directly answer your question, no, not that I'm aware of.
However, GroupShareKit is here on GitHub. It's fairly trivial to download the source code and reference this version of the project in your own project. This will allow you to either step through the code and inspect whatever you like or to add additional code which perhaps logs the received JSON.
We have our own fork of GroupShareKit which contains two small customisations (for our own business needs), and this is not only convenient but easy to do, so that would be my suggestion.