Skip to main content
APIs in this section can only be called in DOC; NOTE cannot call these APIs.

Import

import { PluginDocAPI } from 'sn-plugin-lib';

Return Convention

Most async APIs return APIResponse<T>. Read result only when success === true.

Methods