Update README.md to clarify how this relates to other APIs
google/googleapis is really only for a small set of APIs at the moment. Let's give developers a link to more documentation for our full suite of APIs.
This commit is contained in:
parent
a325f1f039
commit
a2a9e15faa
10
README.md
10
README.md
|
|
@ -1,12 +1,16 @@
|
|||
# Google APIs
|
||||
|
||||
This repository contains the original interface definitions of public
|
||||
Google APIs. Reading the original interface definitions can provide a
|
||||
better understanding of these APIs and help you to utilize them more
|
||||
This repository contains the original interface definitions for a
|
||||
small (but growing) set of Google APIs built on a next-generation API
|
||||
serving stack. Reading the original interface definitions can provide
|
||||
a better understanding of these APIs and help you to utilize them more
|
||||
efficiently. You can also use these interface definitions with open
|
||||
source tools to generate client libraries or other artifacts such as
|
||||
documentation.
|
||||
|
||||
For more details on all Google APIs and developer tools, see the [Google
|
||||
Developers](https://developers.google.com/products/) site.
|
||||
|
||||
# Overview
|
||||
|
||||
Google APIs are typically deployed as API services that are hosted
|
||||
|
|
|
|||
Loading…
Reference in New Issue