1
2
3
4
pub const BOOKMARK_ENDPOINT: &str = "https://api.mystb.in/users/bookmarks";
pub const PASTE_ENDPOINT: &str = "https://api.mystb.in/paste";
pub const SELF_ENDPOINT: &str = "https://api.mystb.in/users/@me";
pub const USER_PASTES_ENDPOINT: &str = "https://api.mystb.in/pastes/@me";