mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
No description
| .github | ||
| accounting | ||
| acl | ||
| audit | ||
| container | ||
| doc | ||
| link | ||
| lock | ||
| netmap | ||
| object | ||
| proto-docs | ||
| refs | ||
| reputation | ||
| session | ||
| status | ||
| storagegroup | ||
| subnet | ||
| tombstone | ||
| .gitignore | ||
| buf.yaml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| CREDITS.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
NeoFS API language-agnostic protocol definitions
Overview
NeoFS-API repository is the basis for language-specific libraries, e.g.:
- neofs-sdk-go (see
protopackage there for vanilla API) - neofs-api-csharp
Those libraries contain compiled protocol buffers definitions, wrapped with language-specific code. Use them to integrate applications with NeoFS.
This repository contains:
- protocol buffers packages
- auto-generated docs for protocol buffers
To perform linting and formatting buf is required, see https://buf.build/.
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