This document describes Directory API interfaces and usage scenarios.
The API specification is defined and exposed via gRPC services.
All code snippets below are tested against the Directory v0.2.0
release.
Defines all objects used to define schema and API specification.
It is defined in api/core/v1alpha1.
This API is responsible for managing content-addressable object storage operations.
It is defined in api/store/v1alpha1/store_service.proto.
This API is responsible for managing peer and content routing data.
It is defined in api/routing/v1alpha1/routing_service.proto.