Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 744114d

Browse files
committed
Merge pull request #196 from thomasvl/readme_tweak
Add note about using the REST version instead
2 parents 6ee5f48 + 503c198 commit 744114d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ This is the recommended library for accessing JSON-based Google APIs for iOS and
1212
Mac OS X applications. The library is compatible with applications built for
1313
iOS 3 and later, and Mac OS X 10.5 and later.
1414

15-
**To get started** with Google APIs and the Objective-C client library, read
15+
---
16+
17+
> **NOTE:** This library has been replaced by
18+
> [Google APIs Client Library for Objective-C For REST](https://github.com/google/google-api-objectivec-client-for-rest).
19+
> New applications should use that instead; existing application should be
20+
> updated as soon as possible as the Google servers will eventually stop
21+
> accepting JSON-RPC requests.
22+
23+
---
24+
25+
**To get started** with Google APIs and the Objective-C client library, read
1626
the [wiki](https://github.com/google/google-api-objectivec-client/wiki)
1727
and study the
1828
[example applications](https://github.com/google/google-api-objectivec-client/tree/master/Examples).

0 commit comments

Comments
 (0)