@@ -13,9 +13,8 @@ framework for accessing JSON APIs.
13
13
This is the recommended library for accessing JSON-based Google APIs for iOS,
14
14
macOS, tvOS, and watchOS applications.
15
15
16
- ** To get started** with Google APIs and the Objective-C client library, please read
17
- [ USING.md] ( https://github.com/google/google-api-objectivec-client-for-rest/blob/main/USING.md )
18
- for detailed information. The
16
+ ** To get started** with Google APIs and the Objective-C client library, please
17
+ read [ USING.md] ( USING.md ) for detailed information. The
19
18
[ example applications] ( https://github.com/google/google-api-objectivec-client-for-rest/tree/main/Examples )
20
19
can also help answer some questions, but there isn't an example for every
21
20
service as there are just to many services.
@@ -32,15 +31,14 @@ by using the
32
31
** If you have a problem** or want a new feature to be included in the library,
33
32
please join the
34
33
[ discussion group] ( http://groups.google.com/group/google-api-objectivec-client ) .
35
- Be sure to include
36
- [ http logs] ( https://github.com/google/google-api-objectivec-client-for-rest/wiki#logging-http-server-traffic )
37
- for requests and responses when posting questions. Bugs may also be submitted
38
- on the [ issues list] ( https://github.com/google/google-api-objectivec-client-for-rest/issues ) .
34
+ Be sure to include [ http logs] ( USING.md#logging-http-server-traffic ) for
35
+ requests and responses when posting questions. Bugs may also be submitted on the
36
+ [ issues list] ( https://github.com/google/google-api-objectivec-client-for-rest/issues ) .
39
37
40
38
** Externally-included projects** : The library is built on top of code from the separate
41
39
project [ GTM Session Fetcher] ( https://github.com/google/gtm-session-fetcher ) . To work
42
40
with some remote services, it also needs
43
- [ Authentication/Authorization] ( https://github.com/google/google-api-objectivec-client-for-rest/wiki #authentication-and-authorization) .
41
+ [ Authentication/Authorization] ( USING.md #authentication-and-authorization) .
44
42
45
43
** Google Data APIs** : The much older library for XML-based APIs is
46
44
[ still available] ( https://github.com/google/gdata-objectivec-client ) .
0 commit comments