FrostFS API documentation and proto files declaration
Find a file
Stanislav Bogatyrev 37e13c5475 reputation: Rename and reformat
* Rename:
  - SendLocalTrust → AnnounceLocalTrust
  - SendIntermediateResult → AnnounceIntermediateResult

  Those methods don't expect to Send anything, but to further announce
  the trust information from the node.

* Change PeerID to explicitly use public key as a node identifier

* Minor comments reformat

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2021-05-07 11:52:40 +03:00
.github Add GH Action for protobuf linter 2020-09-22 09:45:08 +03:00
accounting change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
acl change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
audit change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
container change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
doc doc: Add release instructions 2021-02-15 09:06:48 +03:00
netmap change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
object [#141] Add well-known attribute for content type 2021-03-15 10:33:31 +03:00
proto-docs [#141] Add well-known attribute for content type 2021-03-15 10:33:31 +03:00
refs change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
reputation reputation: Rename and reformat 2021-05-07 11:52:40 +03:00
session change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
storagegroup change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
tombstone change csharp namespace (#140) 2021-03-10 13:54:06 +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.5.0 - Jebudo (제부도, 濟扶島) 2021-03-19 16:02:18 +03:00
CONTRIBUTING.md Release v2.1.0 - Modo (모도, 茅島) 2020-12-11 14:09:43 +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 Release v2.1.0 - Modo (모도, 茅島) 2020-12-11 14:09:43 +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 a 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