FrostFS API documentation and proto files declaration
Find a file
Leonard Lyubich fd0366bbf5 [#150] status: Define enumeration of success status codes
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-16 09:46:14 +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 [#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 [#177] container: Define well-known container attributes for NNS integration 2021-10-14 09:54:57 +03:00
doc Release v2.9.0 - Anmyeondo (안면도, 安眠島) 2021-08-16 18:52:57 +03:00
netmap [#172] netmap: Add network configuration to NetworkInfo message 2021-09-27 15:38:54 +03:00
object [#84] Fix string presentation object type enum 2021-08-26 13:03:31 +03:00
proto-docs Release v2.10.0 - Udo (우도, 牛島) 2021-10-14 19:16:43 +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 [#150] session: Add Status field to ResponseMetaHeader 2021-11-16 09:46:14 +03:00
status [#150] status: Define enumeration of success status codes 2021-11-16 09:46:14 +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.10.0 - Udo (우도, 牛島) 2021-10-14 19:16:43 +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