FrostFS API documentation and proto files declaration
Find a file
Pavel Karpy 3cc5852f3f [#167] doc: Generate doc for attribute escaping description
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2021-08-16 15:15:32 +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 [#157] container: Add session token to GetResponse body 2021-06-03 11:36:17 +03:00
doc doc: Add release instructions 2021-02-15 09:06:48 +03:00
netmap [#167] netmap: Add attribute escaping description 2021-08-16 15:15:32 +03:00
object [#141] Add well-known attribute for content type 2021-03-15 10:33:31 +03:00
proto-docs [#167] doc: Generate doc for attribute escaping description 2021-08-16 15:15:32 +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 [#156] session: Add ContainerServiceContext to SessionToken.Body oneof 2021-06-03 11:36:17 +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 Update changelog for v2.8.0 release 2021-06-25 23:41:30 +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