11/13/2018 5:10 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Build smart productivity apps with the Microsoft Graph Java SDK 11/13/2018 5:10 PM Build smart productivity apps with the Microsoft Graph Java SDK Caitlin Bales Software Engineer Microsoft 365 Programmability © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
SDK Features Strongly-typed models Request builder pattern 11/13/2018 5:10 PM SDK Features Strongly-typed models Request builder pattern Boilerplate HTTP logic © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
SDK Features Smart defaults with options to override Helper classes 11/13/2018 5:10 PM SDK Features Smart defaults with options to override Helper classes ChunkedUpload Delta query Multipart Planner Extension points to add your own! © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Multipart form post POST / HTTP/1.1 11/13/2018 5:10 PM Multipart form post POST / HTTP/1.1 Content-Type: multipart/form-data; boundary=----------------------3948358939104839434343533416745 Content-Length: 329 ------------------------3948358939104839434343533416745 Content-Disposition: form-data; name="text" Text content Content-Disposition: form-data; name= "image-content"; filename= "img.png" Content-Type: image/png PNGad..... Content-Disposition: form-data; name="html-content"; filename="content.html" Content-Type: text/html <!DOCTYPE html><title>HTML content</title> ------------------------3948358939104839434343533416745-- © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Demo Multipart POST to OneNote 11/13/2018 5:10 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Start Developing dev.microsoft.com/graph Samples & SDKs github.com/microsoftgraph StackOverflow [microsoftgraph]
11/13/2018 5:10 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.