Pranay144 / googleapis.github.io

The GitHub pages site for the googleapis organization.

Home Page:https://googleapis.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google APIs

The googleapis organization hosts tools, technical articles, and issues related to Google API design and practice.

About Google APIs

Google APIs refers to networked APIs provided by Google services. Most Google APIs are hosted on the googleapis.com domain, and support both REST and gRPC APIs using transcoding.

Google APIs are developed as RPC API services defined using Protocol Buffers (proto). Google API specifications are published in the Google APIs repository. External developers can use the published proto files to generate documentation and client libraries or to guide their own API definitions.

API Design Guide

To provide great developer experience, Google APIs use a common API Design Guide that encourages a simple and consistent API design philosophy. It also provides solutions to common design issues, such as proper default values for enums and patterns for long-running operations.

How to Call Google APIs

The easiest way to call a Google API is with a Google Cloud Client Library. For developers working in languages or environments that we don't currently support, we provide instructions here for calling Google APIs in both REST and RPC forms:

API Client Tools

Many Google APIs are supported by client libraries that developers can use to more easily call Google's gRPC and REST APIs. Many of these libraries are generated using toolkit and artman.

Google API Extensions (GAX)

The googleapis organization also hosts repositories that contain common code used by Google's generated and handwritten client libraries. Details vary by language, but most provide support for generally-needed features like paging and retry. Currently there is one such library for each of the main languages that we support: gax-dotnet, gax-go, gax-java, gax-nodejs, gax-php, gax-python, and gax-ruby. Note that we consider these to be internal implementation details of our clients and reserve the right to make changes, so if you choose to use them, be sure to refer to tagged versions.

OpenAPI Tools

We are also building tools that work with the OpenAPI Specification for REST APIs. gnostic is an extensible front-end for OpenAPI tools that reads OpenAPI descriptions, puts them in an efficient binary representation, and allows efficient plugins and standalone tools to be easily written in any programming language with Protocol Buffer support.

For feedback and questions, please file an issue!

If you have feedback or questions regarding API design or methodology, please file an issue in the googleapis.github.io issues area. For specific tool questions, please file an issue on the corresponding repository. We look forward to hearing from you!

About

The GitHub pages site for the googleapis organization.

https://googleapis.github.io

License:Apache License 2.0


Languages

Language:Shell 100.0%