mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(build): 💚 Hopefully fix CI
This commit is contained in:
parent
c392b20f31
commit
5f5bdc80c6
7 changed files with 33 additions and 1 deletions
|
|
@ -33,6 +33,17 @@ type StatusContentType =
|
|||
| "text/html"
|
||||
| "text/x.misskeymarkdown";
|
||||
|
||||
/**
|
||||
* LysandClient is a client for interacting with the Lysand API.
|
||||
*
|
||||
* @extends BaseClient
|
||||
* @example
|
||||
* const client = new LysandClient(new URL("https://example.com"));
|
||||
*
|
||||
* const { data } = await client.getInstance();
|
||||
*
|
||||
* console.log(data);
|
||||
*/
|
||||
export class LysandClient extends BaseClient {
|
||||
/**
|
||||
* POST /api/v1/follow_requests/:id/authorize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue