From 3b8b5130e43c64f05a6a595ec683f697418ee6b1 Mon Sep 17 00:00:00 2001 From: Michael Mainer Date: Tue, 10 Sep 2019 09:29:49 -0700 Subject: [PATCH] Update ReadMe with information about the model pod Resolves #37 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 078f553..d6c47d4 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,13 @@ completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { -And that's it. You have now successfully made call to graph server asking information about the user. +And that's it. You have now successfully made call to graph server asking information about the user. Consider using the `MSGraphClientModels` CocoaPod to add models that you can serialize/deserialize into your calls to Microsoft Graph. -## Usage Resources +## Documentation and resources * [Batching](/Docs/Content/Batching.md) * [Page Iterator](/Docs/Tasks/PageIterator.md) * [Large File Upload Task](/Docs/Tasks/LargeFileUpload.md) +* [Get started with Microsoft Graph and Objective-C](https://developer.microsoft.com/en-us/graph/get-started/ios) +* [Models for the Microsoft Graph Objective-C SDK](https://github.com/microsoftgraph/msgraph-sdk-objc-models) +