Add endpoints #7

Merged
marihachi merged 7 commits from work/add-endpoints-1 into master 2021-05-15 05:25:18 +00:00
Showing only changes of commit 19babc5e92 - Show all commits

View file

@ -8,6 +8,7 @@ export type Endpoints = {
// admin
// announcements
'announcements': { req: { limit?: number; withUnreads?: boolean; sinceId?: ID; untilId?: ID; }; res: TODO; };
// antennas
'antennas/create': { req: TODO; res: TODO; };
@ -27,6 +28,7 @@ export type Endpoints = {
// clips
// drive
'drive': { req: null; res: { capacity: number; usage: number; }; };
// federation
@ -63,6 +65,7 @@ export type Endpoints = {
// notifications
// page-push
'page-push': { req: { pageId: ID; event: string; var?: any; }; res: null; };
// pages