github.com/TrueCloudLab/frostfs-api-go/v2@v2.0.0-20230228134343-196241c4e79a/README.md (about) 1 <p align="center"> 2 <img src="./.github/logo.svg" width="500px" alt="FrostFS"> 3 </p> 4 <p align="center"> 5 Low-level Golang API for <a href="https://frostfs.info">FrostFS</a> 6 </p> 7 8 --- 9  10 [](https://codecov.io/gh/TrueCloudLab/frostfs-api-go) 11 [](https://goreportcard.com/report/github.com/TrueCloudLab/frostfs-api-go) 12 [](https://github.com/TrueCloudLab/frostfs-api-go) 13  14 15 # Overview 16 17 Go implementation of recent [FrostFS API](https://github.com/TrueCloudLab/frostfs-api) 18 versions. For a more high-level SDK see [FrostFS SDK](https://github.com/TrueCloudLab/frostfs-sdk-go). 19 20 ## Frostfs-Api compatibility 21 22 |frostfs-api-go version|supported frostfs-api versions| 23 |:------------------:|:--------------------------:| 24 |v2.14.x|[v2.14.0](https://github.com/TrueCloudLab/frostfs-api/releases/tag/v2.14.0)| 25 26 ## Contributing 27 28 Feel free to contribute to this project after reading the [contributing 29 guidelines](CONTRIBUTING.md). 30 31 Before starting to work on a certain topic, create a new issue first, describing 32 the feature/topic you are going to implement. 33 34 ## License 35 36 This project is licensed under the Apache 2.0 License - 37 see the [LICENSE](LICENSE) file for details