add: timeline endpoints tio masto api
This commit is contained in:
parent
846f2d3877
commit
f1fc1ba4c7
3 changed files with 278 additions and 2 deletions
|
|
@ -3,11 +3,13 @@ import { apiAccountMastodon } from './endpoints/account.js';
|
|||
import { apiSearchMastodon } from './endpoints/search.js';
|
||||
import { apiNotifyMastodon } from './endpoints/notifications.js';
|
||||
import { apiFilterMastodon } from './endpoints/filter.js';
|
||||
import { apiTimelineMastodon } from './endpoints/timeline.js';
|
||||
|
||||
export {
|
||||
apiAccountMastodon,
|
||||
apiAuthMastodon,
|
||||
apiSearchMastodon,
|
||||
apiNotifyMastodon,
|
||||
apiFilterMastodon
|
||||
apiFilterMastodon,
|
||||
apiTimelineMastodon
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue