Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sony/appsync-client-go
AWS AppSync golang client library
https://github.com/sony/appsync-client-go
appsync golang graphql graphql-client
Last synced: 23 days ago
JSON representation
AWS AppSync golang client library
- Host: GitHub
- URL: https://github.com/sony/appsync-client-go
- Owner: sony
- License: mit
- Created: 2019-03-16T03:51:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T00:26:27.000Z (about 2 months ago)
- Last Synced: 2024-09-28T21:22:31.643Z (about 1 month ago)
- Topics: appsync, golang, graphql, graphql-client
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 53
- Watchers: 21
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
appsync-client-go
=================[![Go Reference](https://pkg.go.dev/badge/github.com/sony/appsync-client-go.svg)](https://pkg.go.dev/github.com/sony/appsync-client-go)
[![Job Status](https://inspecode.rocro.com/badges/github.com/sony/appsync-client-go/status?token=VN4s0UD-m44_nY-nP0kSWRE3aVQiTg4UY2oTpm8r_Zc&branch=master)](https://inspecode.rocro.com/jobs/github.com/sony/appsync-client-go/latest?completed=true&branch=master)
[![Report](https://inspecode.rocro.com/badges/github.com/sony/appsync-client-go/report?token=VN4s0UD-m44_nY-nP0kSWRE3aVQiTg4UY2oTpm8r_Zc&branch=master)](https://inspecode.rocro.com/reports/github.com/sony/appsync-client-go/branch/master/summary)[AWS AppSync](https://aws.amazon.com/jp/appsync/) Go client library
Features
--------* GraphQL Query(Queries, Mutations and Subscriptions).
* MQTT over Websocket for subscriptions.
* Pure Websockets subscriptions.Getting Started
---------------### Installation
```
$ go get github.com/sony/appsync-client-go
```### Example
See [example](https://github.com/sony/appsync-client-go/blob/master/appsync_example_test.go).
License
---------
This library is distributed under [The MIT license](https://opensource.org/licenses/MIT).
See [LICENSE](https://github.com/sony/appsync-client-go/blob/master/LICENSE) and
[NOTICE](https://github.com/sony/appsync-client-go/blob/master/NOTICE) for more information.