Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 759 Bytes

API_SPEC.md

File metadata and controls

23 lines (13 loc) · 759 Bytes

API Specification

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.

Models

Defines all objects used to define schema and API specification.

It is defined in api/core/v1alpha1.

Storage API

This API is responsible for managing content-addressable object storage operations.

It is defined in api/store/v1alpha1/store_service.proto.

Routing API

This API is responsible for managing peer and content routing data.

It is defined in api/routing/v1alpha1/routing_service.proto.