mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 08:39:38 +08:00
* feat(route): twitter collection * docs: add docs * fix: typo * docs: fix missing params desc
11 lines
493 B
JavaScript
11 lines
493 B
JavaScript
module.exports = {
|
|
'/collection/:uid/:collectionId/:routeParams?': ['TonyRL'],
|
|
'/followings/:id/:routeParams?': ['DIYgod'],
|
|
'/keyword/:keyword/:routeParams?/:limit?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
'/likes/:id/:routeParams?': ['xyqfer'],
|
|
'/list/:id/:name/:routeParams?': ['xyqfer'],
|
|
'/media/:id/:routeParams?': ['yindaheng98', 'Rongronggg9'],
|
|
'/trends/:woeid?': ['sakamossan'],
|
|
'/user/:id/:routeParams?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
};
|