add: source endpoint for editing through masto api
This commit is contained in:
parent
e32b03a048
commit
a12d1c52dd
5 changed files with 37 additions and 5 deletions
|
|
@ -773,6 +773,7 @@ export class MastodonApiServerService {
|
|||
|
||||
// GET Endpoints
|
||||
NoteEndpoint.getStatus();
|
||||
NoteEndpoint.getStatusSource();
|
||||
NoteEndpoint.getContext();
|
||||
NoteEndpoint.getHistory();
|
||||
NoteEndpoint.getReblogged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue