Microsoft Graph SDK: documentation for older versions

36 Views Asked by At

I have to use the Microsoft Graph Java SDK version 5.x, but I cannot find a copy of the official documentation for older versions of the SDKs and version 6.x has some method that work differently.

Is there a way to get a copy of the old docs?

1

There are 1 best solutions below

0
user2250152 On BEST ANSWER

There should a branch for SDK v5 in the GitHub repo

https://github.com/microsoftgraph/msgraph-sdk-java/tree/support/5.x.x

https://github.com/microsoftgraph/msgraph-sdk-java/tree/v5.80.0

But I'm not sure whether is enough for you.