Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleapis/gax-go
Google API Extensions for Go.
https://github.com/googleapis/gax-go
Last synced: about 8 hours ago
JSON representation
Google API Extensions for Go.
- Host: GitHub
- URL: https://github.com/googleapis/gax-go
- Owner: googleapis
- License: bsd-3-clause
- Created: 2016-04-12T00:45:51.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T14:40:20.000Z (10 days ago)
- Last Synced: 2024-12-24T12:29:00.848Z (9 days ago)
- Language: Go
- Homepage: https://godoc.org/github.com/googleapis/gax-go
- Size: 524 KB
- Stars: 197
- Watchers: 45
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Google API Extensions for Go
============================[![GoDoc](https://godoc.org/github.com/googleapis/gax-go?status.svg)](https://godoc.org/github.com/googleapis/gax-go)
Google API Extensions for Go (gax-go) is a set of modules which aids the
development of APIs for clients and servers based on `gRPC` and Google API
conventions.To install the API extensions, use:
```
go get -u github.com/googleapis/gax-go/v2
```**Note:** Application code will rarely need to use this library directly,
but the code generated automatically from API definition files can use it
to simplify code generation and to provide more convenient and idiomatic API surface.Go Versions
===========
This library requires Go 1.6 or above.License
=======
BSD - please see [LICENSE](https://github.com/googleapis/gax-go/blob/main/LICENSE)
for more information.