FrostFS API documentation and proto files declaration
sdk
Find a file
Bruk Ori 55328eca63
Some checks failed
Formatters / Run fmt (pull_request) Successful in 24s
DCO action / DCO (pull_request) Successful in 1m0s
Pre-commit hooks / Pre-commit (pull_request) Failing after 1m1s
[#68] Fix version linter.
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
2024-10-08 17:42:00 +03:00
.forgejo/workflows [#66] .forgejo: Make 'fmt' job fail on changed files 2024-09-13 15:09:12 +03:00
.github [#43] Improve table of contents in proto documentation template 2024-04-03 11:21:40 +03:00
accounting [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
acl [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
ape [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
apemanager [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
compatibility [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
container [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
doc [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
lock [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
netmap [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
object [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
proto-docs [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
refs [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
session [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
status [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
tombstone [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
.gitignore [#58] *: Run pre-commit 2024-09-02 15:03:58 +03:00
.pre-commit-config.yaml [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
CHANGELOG.md [#68] Ensure compatibility of different API versions with each other. 2024-10-08 17:30:50 +03:00
CONTRIBUTING.md [#68] 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 [#58] 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 [#68] Fix version linter. 2024-10-08 17:42:00 +03:00
README.md [#64] Update obsolete URLs 2024-09-11 14:08:39 +03:00
version.json [#68] 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