GitHub - google/google-api-objectivec-client-for-rest: Google APIs Client Library for Objective-C for REST (original) (raw)

Google APIs Client Library for Objective-C for REST

Project site https://github.com/google/google-api-objectivec-client-for-rest
Discussion group http://groups.google.com/group/google-api-objectivec-client

CocoaPods SwiftPM ServiceGenerator

Written by Google, this library is a flexible and efficient Objective-C framework for accessing JSON APIs.

This is the recommended library for accessing JSON-based Google APIs for iOS, macOS, tvOS, and watchOS applications.

To get started with Google APIs and the Objective-C client library, please read USING.md for detailed information. Theexample applicationscan also help answer some questions, but there isn't an example for every service as there are just too many services.

Generated interfaces for Google APIs are in theGeneratedServices folder.

In addition to the pre generated classes included with the library, you can generate your own source for other services that have adiscovery documentby using theServiceGenerator.

If you have a problem or want a new feature to be included in the library, please join thediscussion group. Be sure to include http logs for requests and responses when posting questions. Bugs may also be submitted on theissues list.

Externally-included projects: The library is built on top of code from the separate project GTM Session Fetcher. To work with some remote services, it also needsAuthentication/Authorization.

Google Data APIs: The much older library for XML-based APIs isstill available.

Other useful classes for Mac and iOS developers are available in theGoogle Toolbox for Mac.