Office 365 SDK API - Class Library Reference
The documentation on dev.office.com for the new SDK API reference is great for how to, but what's missing is class library documentation for the assemblies added in the various NuGet packages. For instance, I should be able to get to a page that for something like Microsoft.Office365.OutlookServices.OutlookServiceClient. Today I have to use a .NET reflection tool, the Object Browser in Visual Studio or write some code and see the IntelliSense to see what objects, methods & properties are available to me.

Apologies for late reply here. WE have a new PM that owns the SDK, Darrel Miller. We are working with the docs team to bring the SDK reference documentation onto docs.microsoft.com . An example of this is here https://docs.microsoft.com/en-us/dotnet/api/?term=httprequest . ^JT
2 comments
-
Jim Vanhook commented
What progress have you made on this? The SDK is very difficult to use without documentation on the classes, properties, and methods available.
Thanks!
-
We're getting there. We are working on the conceptual docs for the SDKs now and we will generate reference docs for the core libraries next.