- Description:
Fetch proofs using Matrix messages
- Source:
Fetch proofs using Matrix messages
Example
import { fetcher } from 'doipjs';
const data = await fetcher.matrix.fn({ eventId: '$abc123def456', roomId: '!dBfQZxCoGVmSTujfiv:matrix.org' });
Members
(static, constant) timeout :number
- Description:
Default timeout after which the fetch is aborted
- Source:
- Default Value:
- 5000
Default timeout after which the fetch is aborted
Type:
- number
Methods
(static) fn(data, optsopt) → {Promise.<object>}
- Description:
Execute a fetch request
- Source:
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data |
object | Data used in the request Properties
|
|||||||||||||||||
opts |
module:types~VerificationConfig |
<optional> |
Options used to enable the request |
Returns:
The fetched Matrix object
- Type
- Promise.<object>