Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Update ReadMe with information about the model pod #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)