Skip to content

Commit c097ca9

Browse files
authored
Merge pull request #439 from microsoftgraph/feature/link-to-beta-sdk
- adds link to beta sdk and lints readme
2 parents ce58619 + 82f63b1 commit c097ca9

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Microsoft Graph SDK for Java
22

3-
[ ![Download](https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg) ](https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion)
4-
3+
[![Download](https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg)](https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion)
54

65
Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application!
76

7+
> **Note:** this SDK allows you to build applications using the [v1.0](https://docs.microsoft.com/en-us/graph/use-the-api#version) of Microsoft Graph. If you want to try the latest Microsoft Graph APIs under beta, use our [beta SDK](https://github.com/microsoftgraph/msgraph-beta-sdk-java) instead.
8+
89
## 1. Installation
910

1011
### 1.1 Install via Gradle
@@ -23,17 +24,19 @@ dependencies {
2324
```
2425

2526
### 1.2 Install via Maven
27+
2628
Add the dependency in `dependencies` in pom.xml
2729

2830
```xml
2931
<dependency>
30-
<groupId>com.microsoft.graph</groupId>
31-
<artifactId>microsoft-graph</artifactId>
32-
<version>2.0.0</version>
32+
<groupId>com.microsoft.graph</groupId>
33+
<artifactId>microsoft-graph</artifactId>
34+
<version>2.0.0</version>
3335
</dependency>
3436
```
3537

3638
### 1.3 Enable ProGuard (Android)
39+
3740
The nature of the Graph API is such that the SDK needs quite a large set of classes to describe its functionality. You need to ensure that [ProGuard](https://developer.android.com/studio/build/shrink-code.html) is enabled on your project. Otherwise, you will incur long build times for functionality that is not necessarily relevant to your particular application. If you are still hitting the 64K method limit, you can also enable [multidexing](https://developer.android.com/studio/build/multidex.html).
3841

3942
## 2. Getting started
@@ -49,6 +52,7 @@ An instance of the **GraphServiceClient** class handles building requests, sendi
4952
For an example of authentication in a Java desktop client application, see the [Preview msgraph-sdk-java-auth](https://github.com/microsoftgraph/msgraph-sdk-android-msa-auth-for-android-adapter) and for an Android application see [Preview msgraph-sdk-android-auth](https://github.com/microsoftgraph/msgraph-sdk-android-auth).
5053

5154
### 2.3 Get a GraphServiceClient object
55+
5256
After you have set the correct application ID and URL, you must get a **GraphServiceClient** object to make requests against the service. The SDK stores the account information for you, but when a user signs in for the first time, it invokes the UI to get the user's account information.
5357

5458
```java
@@ -104,18 +108,8 @@ For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-jav
104108

105109
The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md).
106110

107-
Thanks to everyone who has already devoted time to improving the library:
108-
109-
<!-- ALL-CONTRIBUTORS-LIST:START -->
110-
<!-- prettier-ignore -->
111-
| [<img src="https://avatars.githubusercontent.com/u/2273297?v=4" width="100px;"/><br /><sub><b>Caitlin Bales</b></sub>](https://developer.microsoft.com/graph)<br />[πŸ’¬](#question-cbales "Answering Questions") [πŸ’»](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=cbales "Code") [πŸ“–](https://github.com/microsoftgraph/msgraph-sdk-java/wiki "Documentation") [πŸ‘€](#review-cbales "Reviewed Pull Requests") [⚠️](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=cbales "Tests")| [<img src="https://avatars.githubusercontent.com/u/318187?v=4" width="100px;"/><br /><sub><b>David Moten</b></sub>](https://github.com/davidmoten)<br /> [πŸ›](https://github.com/microsoftgraph/msgraph-sdk-java/issues?q=is%3Aissue+author%3Adavidmoten "Bug reports") [πŸ’»](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=davidmoten "Code") [πŸ“–](https://github.com/microsoftgraph/msgraph-sdk-java/commit/87389b5a4240072e3f2226a2f04f089916ffed0b#diff-04c6e90faac2675aa89e2176d2eec7d8 "Documentation") [πŸ€”](#ideas-davidmoten "Ideas & Planning") [πŸ‘€](#review-davidmoten "Reviewed Pull Requests") [⚠️](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=davidmoten "Tests") | [<img src="https://avatars.githubusercontent.com/u/8527305?v=4" width="100px;"/><br /><sub><b>Michael Mainer</b></sub>](https://developer.microsoft.com/graph)<br /> [πŸ’¬](#question-cbales "Answering Questions") [πŸ€”](#ideas-MIchaelMainer "Ideas & Planning") [πŸ‘€](#review-MIchaelMainer "Reviewed Pull Requests") | [<img src="https://avatars.githubusercontent.com/u/27295799?v=4" width="100px;"/><br /><sub><b>Linda Caputo</b></sub>](https://developer.microsoft.com/graph)<br />[πŸ“–](https://github.com/microsoftgraph/msgraph-sdk-java/wiki "Documentation") | [<img src="https://avatars.githubusercontent.com/u/8884923?v=4" width="100px;"/><br /><sub><b>John Austin</b></sub>](https://developer.microsoft.com/graph)<br />[πŸ›](https://github.com/microsoftgraph/msgraph-sdk-java/issues "Bug reports") | [<img src="https://avatars.githubusercontent.com/u/3460953?v=4" width="100px;"/><br /><sub><b>Dmitry Pimenov</b></sub>](https://developer.microsoft.com/graph)<br />[πŸ€”](#ideas-dpim "Ideas & Planning") | [<img src="https://avatars.githubusercontent.com/u/1427840?v=4" width="100px;"/><br /><sub><b>Jonathan Giles</b></sub>](https://github.com/JonathanGiles)<br />[πŸ€”](#ideas-JonathanGiles "Ideas & Planning") |
112-
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
113-
| [<img src="https://avatars.githubusercontent.com/u/881767?v=4" width="100px;"/><br /><sub><b>Martin Sawicki</b></sub>](https://github.com/martinsawicki)<br />[πŸ€”](#ideas-martinsawicki "Ideas & Planning") | [<img src="https://avatars.githubusercontent.com/u/29152134?v=4" width="100px;"/><br /><sub><b>Louis Maresca</b></sub>](https://github.com/LouMM)<br />[πŸ€”](#ideas-LouMM "Ideas & Planning") [πŸ‘€](#review-LouMM "Reviewed Pull Requests") | [<img src="https://avatars.githubusercontent.com/u/604089?v=4" width="100px;"/><br /><sub><b>Josef H.B. Schneider</b></sub>](https://j0s.at/)<br />[πŸ›](https://github.com/microsoftgraph/msgraph-sdk-java/issues?q=is%3Aissue+author%3AJ0s3f "Bug reports") [πŸ’»](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=J0s3f "Code") | [<img src="https://avatars2.githubusercontent.com/u/3197588?v=4" width="100px;"/><br /><sub><b>Deepak Agrawal</b></sub>](https://github.com/deepak2016)<br />[πŸ’»](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=deepak2016 "Code") | <img src="https://avatars.githubusercontent.com/u/22523479?v=4" width="100px;"/><br /><sub><b>Ben Tipper</b></sub><br /> | [<img src="https://avatars3.githubusercontent.com/u/16473684?v=4" width="100px;"/><br /><sub><b>Nakul Sabharwal</b></sub>](https://github.com/NakulSabharwal)<br />[πŸ’»](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=NakulSabharwal "Code") [πŸ‘€](#review-NakulSabharwal "Reviewed Pull Requests") | [<img src="https://avatars.githubusercontent.com/u/1620069?v=4" width="100px;"/><br /><sub><b>Dave Spurling</b></sub>](https://github.com/dspurling)<br />[πŸ›](https://github.com/microsoftgraph/msgraph-sdk-java/issues "Bug reports")
114-
<!-- ALL-CONTRIBUTORS-LIST:END -->
115-
116-
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
117-
118111
## 7. Supported Java versions
112+
119113
The Microsoft Graph SDK for Java library is supported at runtime for Java 7+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
120114

121115
## 8. License

0 commit comments

Comments
Β (0)