FrostFS API documentation and proto files declaration
Find a file
Leonard Lyubich 0caf501b4a [#194] Document status returns of Object and Container service RPCs
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-02-22 11:58:44 +03:00
.github Add GH Action for protobuf linter 2020-09-22 09:45:08 +03:00
accounting [#150] *: Write status-related docs 2021-11-16 09:46:14 +03:00
acl [#173] acl: add filter for service headers 2021-09-15 14:23:12 +03:00
audit change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
container [#194] Document status returns of Object and Container service RPCs 2022-02-22 11:58:44 +03:00
doc Release v2.9.0 - Anmyeondo (안면도, 安眠島) 2021-08-16 18:52:57 +03:00
lock [#194] Move Lock payload description to definition 2022-02-22 11:58:44 +03:00
netmap [#184] netmap: Add subnetwork attribute to the NodeInfo 2021-11-18 19:23:54 +03:00
object [#194] Document status returns of Object and Container service RPCs 2022-02-22 11:58:44 +03:00
proto-docs [#192] docs: Generate documentation 2022-02-21 15:52:48 +03:00
refs [#179] netmap: add subnet id to placement policy 2021-11-17 15:29:57 +03:00
reputation [#150] *: Write status-related docs 2021-11-16 09:46:14 +03:00
session [#82] session: Add network magic to RequestMetaHeader 2022-01-10 17:32:31 +03:00
status [#194] object: Add status returns related to LOCKs 2022-02-22 11:58:44 +03:00
storagegroup change csharp namespace (#140) 2021-03-10 13:54:06 +03:00
subnet [#183] subnet: Define subnet information message 2021-11-18 13:50:39 +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 Update changelog for release v2.11.0 2021-12-02 14:11:56 +03:00
CONTRIBUTING.md Release v2.1.0 - Modo (모도, 茅島) 2020-12-11 14:09:43 +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 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