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  ![Tests](https://github.com/TrueCloudLab/frostfs-api-go/workflows/frostfs-api-go%20tests/badge.svg)
    10  [![codecov](https://codecov.io/gh/TrueCloudLab/frostfs-api-go/branch/master/graph/badge.svg)](https://codecov.io/gh/TrueCloudLab/frostfs-api-go)
    11  [![Report](https://goreportcard.com/badge/github.com/TrueCloudLab/frostfs-api-go)](https://goreportcard.com/report/github.com/TrueCloudLab/frostfs-api-go)
    12  [![GitHub release](https://img.shields.io/github/release/TrueCloudLab/frostfs-api-go.svg)](https://github.com/TrueCloudLab/frostfs-api-go)
    13  ![GitHub license](https://img.shields.io/github/license/TrueCloudLab/frostfs-api-go.svg?style=popout)
    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