Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Google APIs Client Library for Objective-C For Rest #
# Google APIs Client Library for Objective-C For REST #

**Project site** <https://github.com/google/google-api-objectivec-client-for-rest><br>
**Discussion group** <http://groups.google.com/group/google-api-objectivec-client>
Expand All @@ -12,13 +12,13 @@ This is the recommended library for accessing JSON-based Google APIs for iOS and
Mac OS X applications. The library is compatible with applications built for
iOS 7 and later, and Mac OS X 10.9 and later.

**To get started** with Google APIs and the Objective-C client library, read
**To get started** with Google APIs and the Objective-C client library, read
the [wiki](https://github.com/google/google-api-objectivec-client-for-rest/wiki)
and study the
[example applications](https://github.com/google/google-api-objectivec-client-for-rest/tree/master/Examples).

Generated interfaces for Google APIs are in the
[services folder](https://github.com/google/google-api-objectivec-client-for-rest/tree/master/Source/GeneratedServices).
[GeneratedServices folder](https://github.com/google/google-api-objectivec-client-for-rest/tree/master/Source/GeneratedServices).
Library changes are documented in the
[release notes](https://github.com/google/google-api-objectivec-client-for-rest/blob/master/ReleaseNotes.md).

Expand All @@ -28,9 +28,6 @@ generate your own source for other services that have a
by using the
[ServiceGenerator](https://github.com/google/google-api-objectivec-client-for-rest/wiki/ServiceGenerator).

The library may also be used
[without generated interfaces](https://github.com/google/google-api-objectivec-client-for-rest/wiki#using-apis-without-generated-classes).

**If you have a problem** or want a new feature to be included in the library,
please join the
[discussion group](http://groups.google.com/group/google-api-objectivec-client).
Expand All @@ -45,7 +42,8 @@ projects [GTM Session Fetcher](https://github.com/google/gtm-session-fetcher),

**Google APIs Client Library for Objective-C**: The older library for JSON-RPC
based apis is
[still available](https://github.com/google/google-api-objectivec-client).
[still available](https://github.com/google/google-api-objectivec-client),
however the Google servers will eventually stop accepting JSON-RPC requests.

**Google Data APIs**: The much older library for XML-based APIs is
[still available](https://github.com/google/gdata-objectivec-client).
Expand Down