crucifix94
crucifix94

Reputation: 203

Is the current msgraph-sdk-java ready to be used for production level applications

I am creating an application which will fetch different tenants' user details, oneDrive files and sharepoint files. I am using MSGraph APIs for doing the same. I want to use the sdk provided for the same for the ease of getting and handling data. https://github.com/microsoftgraph/msgraph-sdk-java

I would require batching, delta APIs, filtering etc.

Is the current msgraph-sdk-java developed enough to be used for a production level application ??

I am just worried because it says that the current version in in preview version https://developer.microsoft.com/en-us/onedrive/blogs/microsoft-graph-java-sdk-preview-2/

Upvotes: 1

Views: 514

Answers (1)

Rohit Saigal
Rohit Saigal

Reputation: 9664

I am just worried because it says that the current version in in preview version https://developer.microsoft.com/en-us/onedrive/blogs/microsoft-graph-java-sdk-preview-2/

You're looking at an old link probably (at least seems that way by the link mentioned as part of your question.)

Check out the release notes and current version, it looks like it went into GA in September 2018.

Please refer here:

  1. Java GA - September 2018

enter image description here

  1. Microsoft Graph SDK for Java

    enter image description here

  2. Microsoft Graph SDK Release Notes for September 2018

Upvotes: 3

Related Questions