FrostFS API documentation and proto files declaration
Find a file
Stanislav Bogatyrev 99e701e70d Update accounting package docs
Adding comments on the formats used in messages.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-10-16 12:37:19 +03:00
.github Add GH Action for protobuf linter 2020-09-22 09:45:08 +03:00
accounting Update accounting package docs 2020-10-16 12:37:19 +03:00
acl acl: Fix naming mismatch 2020-09-02 15:03:03 +03:00
container [#57] Merge service and session packages 2020-08-20 10:33:49 +03:00
docs initialize 2020-01-30 14:43:09 +03:00
netmap [#68] Add SAME|DISTINCT selector clause 2020-09-07 18:31:31 +03:00
object [#67] Typo fixes 2020-09-04 15:50:31 +03:00
proto-docs [#68] Add SAME|DISTINCT selector clause 2020-09-07 18:31:31 +03:00
refs [#56] Fix typos and regenerate docs 2020-08-18 18:41:44 +03:00
session [#57] Merge service and session packages 2020-08-20 10:33:49 +03:00
storagegroup [#56] Fix typos and regenerate docs 2020-08-18 18:41:44 +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 Update Jindo release date 2020-09-07 18:39:05 +03:00
CONTRIBUTING.md Add contribution guide 2020-09-04 18:31:32 +03:00
CREDITS.md Add Pavel Korotkov to contributors 2020-09-04 20:14:16 +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 Fix typos in Makefile and READMEs 2020-10-16 12:37:19 +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 starting to work on a certain topic, create an new issue first, 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