Hi,
maybe i'm missing something, but I don't know how to use the js api reference for client object model.
for example, on this api reference page for ClientContext:
http://msdn.microsoft.com/en-us/library/jj245759.aspx
there should be list of all members, but as you can see, only properties are described. There is a code sampe on the same page, where ClientContext has load and executeQueryAsync function.
Why they are not listed in the api reference? How can I found out, what object will be passed to the callbacks? And what should I pass to those functionm?
Do I really have to deploy my app to sharepoint and hit breakpoint in IE developer tools to discover the members?
What about releasing a reference, which we could use to generate typescript definitions, or -vsdoc.js files?