FrostFS API documentation and proto files declaration
Find a file
Evgenii Stratonikov 869fb64155 [#208] status: Add OUT_OF_RANGE status in Object section
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-05-27 12:51:13 +03:00
.github Add GH Action for protobuf linter 2020-09-22 09:45:08 +03:00
accounting [#216] English Check 2022-05-12 15:06:51 +03:00
acl [#216] English Check 2022-05-12 15:06:51 +03:00
audit [#216] English Check 2022-05-12 15:06:51 +03:00
container [#216] English Check 2022-05-12 15:06:51 +03:00
doc [#216] English Check 2022-05-12 15:06:51 +03:00
lock [#216] English Check 2022-05-12 15:06:51 +03:00
netmap [#216] English Check 2022-05-12 15:06:51 +03:00
object [#208] status: Add OUT_OF_RANGE status in Object section 2022-05-27 12:51:13 +03:00
proto-docs Use well-known expiration attribute for SGs 2022-05-25 11:20:09 +03:00
refs [#216] English Check 2022-05-12 15:06:51 +03:00
reputation [#216] English Check 2022-05-12 15:06:51 +03:00
session [#216] English Check 2022-05-12 15:06:51 +03:00
status [#208] status: Add OUT_OF_RANGE status in Object section 2022-05-27 12:51:13 +03:00
storagegroup Use well-known expiration attribute for SGs 2022-05-25 11:20:09 +03:00
subnet [#183] subnet: Define subnet information message 2021-11-18 13:50:39 +03:00
tombstone [#216] English Check 2022-05-12 15:06:51 +03:00
.gitignore [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
buf.yaml [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
CHANGELOG.md Release v2.12.0 - Heuksando (흑산도, 黑山島) 2022-03-02 16:46:58 +03:00
CONTRIBUTING.md [#216] English Check 2022-05-12 15:06:51 +03:00
CREDITS.md Release v2.6.0 - Daecheongdo 2021-05-07 13:01:00 +03:00
LICENSE Create LICENSE 2020-04-09 19:27:39 +03:00
Makefile Fix typos in Makefile and READMEs 2020-10-16 12:37:19 +03:00
README.md [#216] English Check 2022-05-12 15:06:51 +03:00

NeoFS

NeoFS API language-agnostic protocol definitions


GitHub release (latest SemVer) License

Overview

NeoFS-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 NeoFS.

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