https://github.com/appscode/api
https://github.com/appscode/api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/appscode/api
- Owner: appscode
- License: apache-2.0
- Created: 2018-07-30T12:35:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T12:13:49.000Z (over 7 years ago)
- Last Synced: 2025-03-02T09:20:54.115Z (over 1 year ago)
- Language: Go
- Size: 7.47 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[Website](https://appscode.com) • [Slack](https://slack.appscode.com) • [Forum](https://discuss.appscode.com) • [Twitter](https://twitter.com/AppsCodeHQ)
Protocol buffer specification of AppsCode.com gRPC services.
## Installing
Using AppsCode apis is easy. First, use `go get` to install the latest version of the library.
> go get -v appscode.com/api
Next, include AppsCode apis in your application:
```go
import "appcode.com/api"
```
## Stability
Please note that AppsCode apis are pre-1.0. The implementation is stable but the api signatures might change
before they hit version 1.0. If you are interested in building on top of AppsCode api, please drop us a line at
support AT appscode.com with a summary. We are happy to help you with the integration process.
## License
`api` is licensed under the Apache 2.0 license. See the LICENSE file for details.