FrostFS API documentation and proto files declaration
Find a file
Ekaterina Lebedeva efe46b28bc [] container: Fix wrong tick in comments
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-11-13 15:45:38 +03:00
.forgejo [] Stop using obsolete .github directory 2024-11-06 15:10:17 +03:00
accounting [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
acl [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
ape [] apemanager: Move APE specific types to separate package 2024-05-30 08:09:00 +00:00
apemanager [] *: Run pre-commit 2024-09-02 15:03:58 +03:00
container [] container: Fix wrong tick in comments 2024-11-13 15:45:38 +03:00
doc [] Stop using obsolete .github directory 2024-11-06 15:10:17 +03:00
lock [] Makefile: Add fmt target 2024-02-28 18:54:53 +03:00
netmap [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
object [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
proto-docs [] *: Regenerate docs 2024-09-05 16:27:53 +03:00
refs [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
session [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
status [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
tombstone [] *: Replace NeoFS with FrostFS in doc comments 2024-09-05 16:27:09 +03:00
.gitignore [] *: Run pre-commit 2024-09-02 15:03:58 +03:00
.pre-commit-config.yaml [] pre-commit: Add pre-commit and related Makefile targets 2024-09-02 15:02:24 +03:00
CHANGELOG.md [] *: Run pre-commit 2024-09-02 15:03:58 +03:00
CODEOWNERS [] Stop using obsolete .github directory 2024-11-06 15:10:17 +03:00
CONTRIBUTING.md [] Stop using obsolete .github directory 2024-11-06 15:10:17 +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 [] Stop using obsolete .github directory 2024-11-06 15:10:17 +03:00
README.md [] Stop using obsolete .github directory 2024-11-06 15:10:17 +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