gorealis-v2/README.md

19 lines
791 B
Markdown
Raw Normal View History

# gorealis [![GoDoc](https://godoc.org/github.com/paypal/gorealis?status.svg)](https://godoc.org/github.com/paypal/gorealis)
2016-08-02 11:42:00 -07:00
Go library for interacting with [Apache Aurora](https://github.com/apache/aurora).
2016-08-02 11:42:00 -07:00
### Aurora version compatibility
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
library has been tested.
2016-08-02 11:42:00 -07:00
## Usage
* [Getting started](docs/getting-started.md)
* [Using the sample client](docs/using-the-sample-client.md)
* [Leveraging the library](docs/leveraging-the-library.md)
2016-08-02 11:42:00 -07:00
## To Do
* Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
2016-08-02 11:42:00 -07:00
## Contributions
Contributions are always welcome. Please raise an issue so that the contribution may be discussed before it's made.