Hello Experts,
I am using Box REST API, and parsing response JSON.
For parsing we have defined Java classes which represent json. But we understand some of the information added or removed by box is missing information due to my local java classes does not have those fileds.
So I am looking for box represented rest metadata to build these classes like xsd, wsdl or java classes.
And how do we came to know some thing is changed so that I need to refresh my source classes.
Thank you,
Anand