Library for interacting with the Microsoft Embedded Social API in your Java code.
Перейти к файлу
Alex Crown 2b6f4b840f Modify dependencies to utilize renamed versions of Google Guava and Microsoft Autorest to avoid conflicts with newer versions 2019-06-26 11:44:51 -07:00
autorest Modify dependencies to utilize renamed versions of Google Guava and Microsoft Autorest to avoid conflicts with newer versions 2019-06-26 11:44:51 -07:00
gradle/wrapper Release the autorest library as a JAR rather than an AAR 2018-04-16 13:30:04 -07:00
test Modify dependencies to utilize renamed versions of Google Guava and Microsoft Autorest to avoid conflicts with newer versions 2019-06-26 11:44:51 -07:00
.gitignore Add all local.properties files to git ignore 2019-06-26 11:42:36 -07:00
DeveloperCodeOfConduct.md initial checkin 2016-03-14 17:46:57 -07:00
LICENSE initial checkin 2016-03-14 17:46:57 -07:00
README.md minor cleanup and explanation 2018-04-06 15:55:21 -07:00
build.gradle Update build.gradle to generate a useful POM when publishing autorest as a JAR 2018-04-18 16:48:57 -07:00
gradle.properties initial checkin 2016-03-14 17:46:57 -07:00
gradlew initial checkin 2016-03-14 17:46:57 -07:00
gradlew.bat initial checkin 2016-03-14 17:46:57 -07:00
settings.gradle renaming 2018-04-06 15:55:21 -07:00

README.md

Microsoft Embedded Social

Java Library for Server API

This is a library for interacting with the Microsoft Embedded Social API in your Java code.

By using this code, you agree to the Developer Code of Conduct, and the License Terms.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Simple Instructions

The module test shows a very simple way to use the library to make calls to Microsoft Embedded Social. The module includes a test example for three types of calls: synchronous, asynchronous, and batched calls.

Start by looking in test/Main.java. The test example only use the GetBuildsCurrent call. This call does not require an authentication header unlike most other calls to Embedded Social. For more documentation on the Microsoft Embedded Social API and its calls (including how to format the authentication header), please see our Swagger page:

https://api.embeddedsocial.microsoft.com/swagger/