An open API service indexing awesome lists of open source software.

https://github.com/appscode/api


https://github.com/appscode/api

Last synced: about 1 month ago
JSON representation

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.