Skip to content

The Cattle Drive API

This document is a link list to the synchronous and asynchronous APIs provided by cattle_grid.

Todo

This is still todo

Account API

The account API can be used to create an account. To sign in using an account, and manage the account and actors using this.

Most methods provided by this API are synchronous. This means that once the create account call is finished, the account is created. Similarly, for the lookup method for Fediverse resources: It returns the result.

The only exception is the perform method that delegates to asynchronous methods. One should note that this method is the one used for most interactions with the Fediverse.

The other except is the stream method that creates an EventSource.