github.com/aiven/aiven-go-client@v1.36.0/README.md (about)

     1  # Aiven client
     2  [![Go Report Card](https://goreportcard.com/badge/github.com/aiven/aiven-go-client)](https://goreportcard.com/report/github.com/aiven/aiven-go-client) [![Documentation](https://godoc.org/github.com/aiven/aiven-go-client?status.svg)](https://godoc.org/github.com/aiven/aiven-go-client) [![Release](https://img.shields.io/github/release/aiven/aiven-go-client.svg?style=flat-square)](https://github.com/aiven/aiven-go-client/releases)  
     3  
     4  
     5  Aiven is a next-generation managed cloud services platform with a focus on
     6  ease of adoption, high fault resilience, customer peace of mind and advanced
     7  features at competitive price points. See https://aiven.io/ for more
     8  information about the backend service.
     9  
    10  This is the official Aiven SDK for Go. This SDK provides full implementation of
    11  the Aiven API but no command line interface. If you're looking for a command
    12  line client, check out the [Aiven Python Client](https://github.com/aiven/aiven-client/).
    13  
    14  This client is used by the [Aiven Terraform Provider](https://github.com/aiven/terraform-provider-aiven).
    15  
    16  ## Credits
    17  
    18  The original version of the Aiven Go client was written and maintained by
    19  Jelmer Snoeck (https://github.com/jelmersnoeck).