FrostFS API documentation and proto files declaration
Find a file
Denis Kirillov a8344d964d [nspcc-dev#241] Add impersonate field to bearer token
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2023-02-21 11:18:35 +03:00
.github Change logo 2023-01-08 10:35:08 +03:00
accounting Rename go package names 2022-12-11 12:18:48 +03:00
acl [nspcc-dev#241] Add impersonate field to bearer token 2023-02-21 11:18:35 +03:00
audit Rename go package names 2022-12-11 12:18:48 +03:00
container Rename go package names 2022-12-11 12:18:48 +03:00
doc [#216] English Check 2022-05-12 15:06:51 +03:00
lock Rename go package names 2022-12-11 12:18:48 +03:00
netmap Rename go package names 2022-12-11 12:18:48 +03:00
object Rename go package names 2022-12-11 12:18:48 +03:00
proto-docs *: Re-generate protobuf docs 2022-09-26 09:59:20 +04:00
refs Rename go package names 2022-12-11 12:18:48 +03:00
reputation Rename go package names 2022-12-11 12:18:48 +03:00
session Rename go package names 2022-12-11 12:18:48 +03:00
status Rename go package names 2022-12-11 12:18:48 +03:00
storagegroup Rename go package names 2022-12-11 12:18:48 +03:00
subnet Rename go package names 2022-12-11 12:18:48 +03:00
tombstone Rename go package names 2022-12-11 12:18:48 +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.14.0 - Anmado (안마도, 鞍馬島) 2022-09-26 09:59:20 +04:00
CONTRIBUTING.md Rebranding 2022-12-08 15:21:43 +03:00
CREDITS.md Rebranding 2022-12-08 15:21:43 +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 Rebranding 2022-12-08 15:21:43 +03:00

FrostFS

FrostFS API language-agnostic protocol definitions


GitHub release (latest SemVer) License

Overview

FrostFS-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 FrostFS.

This repository contains:

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before you start working on a certain topic, first create a new issue 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