F95API/scripts/constants/url.d.ts

28 lines
475 B
TypeScript
Raw Normal View History

2021-03-05 11:27:36 +00:00
export declare const urls: {
2021-03-05 12:04:43 +00:00
BASE: string;
LOGIN_2FA: string;
SEARCH: string;
LATEST_UPDATES: string;
THREADS: string;
LOGIN: string;
WATCHED_THREADS: string;
LATEST_PHP: string;
BOOKMARKS: string;
2021-03-05 11:27:36 +00:00
/**
* Add the unique ID of the post to
* get the thread page where the post
* is present.
*/
2021-03-05 12:04:43 +00:00
POSTS: string;
2021-03-05 11:27:36 +00:00
/**
* @todo
*/
2021-03-05 12:04:43 +00:00
CONVERSATIONS: string;
2021-03-05 11:27:36 +00:00
/**
* @todo
*/
2021-03-05 12:04:43 +00:00
ALERTS: string;
POSTS_NUMBER: string;
MEMBERS: string;
2021-03-05 11:27:36 +00:00
};