FrostFS API documentation and proto files declaration
sdk
Find a file
Bruk Ori de471049e5 [] Update version linter.
Add additional description to compatibility linter.
Change the release name to reflect the new convention.
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
2024-10-29 13:42:09 +03:00
.forgejo/workflows [] Update version linter. 2024-10-29 13:42:09 +03:00
.github [] Improve table of contents in proto documentation template 2024-04-03 11:21:40 +03:00
accounting [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
acl [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
ape [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
apemanager [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
compatibility [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
container [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
doc [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
lock [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
netmap [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
object [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
proto-docs [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
refs [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
session [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
status [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
tombstone [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
.gitignore [] *: Run pre-commit 2024-09-02 15:03:58 +03:00
.pre-commit-config.yaml [] Update version linter. 2024-10-29 13:42:09 +03:00
CHANGELOG.md [] Update version linter. 2024-10-29 13:42:09 +03:00
CONTRIBUTING.md [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
CREDITS.md Rebranding 2022-12-08 15:21:43 +03:00
help.mk [] pre-commit: Add pre-commit and related Makefile targets 2024-09-02 15:02:24 +03:00
LICENSE Create LICENSE 2020-04-09 19:27:39 +03:00
Makefile [] Update version linter. 2024-10-29 13:42:09 +03:00
README.md [] Update obsolete URLs 2024-09-11 14:08:39 +03:00
version.json [] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00

FrostFS

FrostFS API language-agnostic protocol definitions


Release

Overview

FrostFS-API repository is the basis for language-specific libraries, e.g.:

Those libraries contain compiled protocol buffers definitions, wrapped with language-specific code. Use them to integrate applications with FrostFS.

This repository contains:

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before you start working on a certain topic, first create a new issue describing the feature/topic you are going to implement.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details