Skip to main content

Crate anytype_rpc

Crate anytype_rpc 

Source
Expand description

Anytype gRPC client

The gRPC api is subject to change and isn’t officially supported for third party clients.

This crate is experimental. If you need to use gRPC because some functionality isn’t available in the anytype REST api, this crate may help.

A very limited cli can list spaces and import and export objects.

§See also

  • anytype a supported Anytype client that uses Anytype’s official REST API.
  • anyr a CLI tool for listing, searching, and performing CRUD operations on anytype objects.

Modules§

anytype
Anytype service, events, and RPC types
auth
Authentication helpers for creating sessions and attaching tokens. Authentication helpers for Anytype gRPC clients.
client
gRPC client configuration and helpers.
config
Helpers for headless config-based auth.
error
Error types for gRPC operations. Errors returned by anytype-rpc gRPC operations.
model
Model types from anytype.model proto package
views
Helpers for dataview view metadata. Helpers for working with dataview-based views.