|
254 | 254 | "x-api/posts/timelines/integrate"
|
255 | 255 | ]
|
256 | 256 | },
|
257 |
| - "x-api/posts/get-posts", |
258 |
| - "x-api/posts/get-mentions", |
259 |
| - "x-api/posts/get-timeline" |
| 257 | + "x-api/users/get-posts", |
| 258 | + "x-api/users/get-mentions", |
| 259 | + "x-api/users/get-timeline" |
260 | 260 | ]
|
261 | 261 | },
|
262 | 262 | {
|
|
294 | 294 | {
|
295 | 295 | "group": "Bookmark Folders",
|
296 | 296 | "pages": [
|
297 |
| - "x-api/bookmarks/get-bookmark-folders", |
| 297 | + "x-api/users/get-bookmark-folders", |
298 | 298 | "x-api/bookmarks/get-bookmarks-by-folder-id"
|
299 | 299 | ]
|
300 | 300 | },
|
301 |
| - "x-api/bookmarks/get-bookmarks", |
302 |
| - "x-api/bookmarks/create-bookmark", |
303 |
| - "x-api/bookmarks/delete-bookmark" |
| 301 | + "x-api/users/get-bookmarks", |
| 302 | + "x-api/users/create-bookmark", |
| 303 | + "x-api/users/delete-bookmark" |
304 | 304 | ]
|
305 | 305 | },
|
306 | 306 | {
|
|
336 | 336 | "x-api/posts/retweets/integrate"
|
337 | 337 | ]
|
338 | 338 | },
|
339 |
| - "x-api/users/get-reposted-by", |
340 |
| - "x-api/posts/repost-post", |
341 |
| - "x-api/posts/unrepost-post", |
| 339 | + "x-api/posts/get-reposted-by", |
| 340 | + "x-api/users/repost-post", |
| 341 | + "x-api/users/unrepost-post", |
342 | 342 | "x-api/posts/get-reposts",
|
343 | 343 | "x-api/users/get-reposts-of-me"
|
344 | 344 | ]
|
|
530 | 530 | }
|
531 | 531 | ]
|
532 | 532 | },
|
533 |
| - "x-api/posts/get-liked-posts", |
534 |
| - "x-api/users/get-liking-users", |
535 |
| - "x-api/posts/like-post", |
536 |
| - "x-api/posts/unlike-post" |
| 533 | + "x-api/users/get-liked-posts", |
| 534 | + "x-api/posts/get-liking-users", |
| 535 | + "x-api/users/like-post", |
| 536 | + "x-api/users/unlike-post" |
537 | 537 | ]
|
538 | 538 | },
|
539 | 539 | {
|
|
551 | 551 | ]
|
552 | 552 | },
|
553 | 553 | "x-api/lists/get-list-by-id",
|
554 |
| - "x-api/lists/get-followed-lists", |
555 |
| - "x-api/lists/get-owned-lists" |
| 554 | + "x-api/users/get-followed-lists", |
| 555 | + "x-api/users/get-owned-lists" |
556 | 556 | ]
|
557 | 557 | },
|
558 | 558 | {
|
|
566 | 566 | "x-api/lists/list-tweets/integrate"
|
567 | 567 | ]
|
568 | 568 | },
|
569 |
| - "x-api/posts/get-list-posts" |
| 569 | + "x-api/lists/get-list-posts" |
570 | 570 | ]
|
571 | 571 | },
|
572 | 572 | {
|
|
583 | 583 | "x-api/lists/create-list",
|
584 | 584 | "x-api/lists/update-list",
|
585 | 585 | "x-api/lists/delete-list",
|
586 |
| - "x-api/lists/follow-list", |
587 |
| - "x-api/lists/unfollow-list" |
| 586 | + "x-api/users/follow-list", |
| 587 | + "x-api/users/unfollow-list" |
588 | 588 | ]
|
589 | 589 | },
|
590 | 590 | {
|
|
615 | 615 | {
|
616 | 616 | "group": "Lookup",
|
617 | 617 | "pages": [
|
618 |
| - "x-api/lists/get-list-memberships", |
619 |
| - "x-api/users/get-list-followers", |
620 |
| - "x-api/users/get-list-members" |
| 618 | + "x-api/users/get-list-memberships", |
| 619 | + "x-api/lists/get-list-followers", |
| 620 | + "x-api/lists/get-list-members" |
621 | 621 | ]
|
622 | 622 | }
|
623 | 623 | ]
|
|
640 | 640 | "x-api/lists/pinned-lists/integrate"
|
641 | 641 | ]
|
642 | 642 | },
|
643 |
| - "x-api/lists/get-pinned-lists", |
644 |
| - "x-api/lists/pin-list", |
645 |
| - "x-api/lists/unpin-list" |
| 643 | + "x-api/users/get-pinned-lists", |
| 644 | + "x-api/users/pin-list", |
| 645 | + "x-api/users/unpin-list" |
646 | 646 | ]
|
647 | 647 | }
|
648 | 648 | ]
|
|
1578 | 1578 | {
|
1579 | 1579 | "source": "/x-api/webhooks/webhook-crc-check",
|
1580 | 1580 | "destination": "/x-api/webhooks/validate-webhook"
|
| 1581 | + }, |
| 1582 | + { |
| 1583 | + "source": "/x-api/posts/get-posts", |
| 1584 | + "destination": "/x-api/users/get-posts" |
| 1585 | + }, |
| 1586 | + { |
| 1587 | + "source": "/x-api/posts/get-mentions", |
| 1588 | + "destination": "/x-api/users/get-mentions" |
| 1589 | + }, |
| 1590 | + { |
| 1591 | + "source": "/x-api/posts/get-timeline", |
| 1592 | + "destination": "/x-api/users/get-timeline" |
| 1593 | + }, |
| 1594 | + { |
| 1595 | + "source": "/x-api/bookmarks/get-bookmark-folders", |
| 1596 | + "destination": "/x-api/users/get-bookmark-folders" |
| 1597 | + }, |
| 1598 | + { |
| 1599 | + "source": "/x-api/bookmarks/get-bookmarks-by-folder-id", |
| 1600 | + "destination": "/x-api/users/get-bookmarks-by-folder-id" |
| 1601 | + }, |
| 1602 | + { |
| 1603 | + "source": "/x-api/bookmarks/get-bookmarks", |
| 1604 | + "destination": "/x-api/users/get-bookmarks" |
| 1605 | + }, |
| 1606 | + { |
| 1607 | + "source": "/x-api/bookmarks/create-bookmark", |
| 1608 | + "destination": "/x-api/users/create-bookmark" |
| 1609 | + }, |
| 1610 | + { |
| 1611 | + "source": "/x-api/bookmarks/delete-bookmark", |
| 1612 | + "destination": "/x-api/users/delete-bookmark" |
| 1613 | + }, |
| 1614 | + { |
| 1615 | + "source": "/x-api/users/get-reposted-by", |
| 1616 | + "destination": "/x-api/posts/get-reposted-by" |
| 1617 | + }, |
| 1618 | + { |
| 1619 | + "source": "/x-api/posts/repost-post", |
| 1620 | + "destination": "/x-api/users/repost-post" |
| 1621 | + }, |
| 1622 | + { |
| 1623 | + "source": "/x-api/posts/unrepost-post", |
| 1624 | + "destination": "/x-api/users/unrepost-post" |
| 1625 | + }, |
| 1626 | + { |
| 1627 | + "source": "/x-api/posts/get-liked-posts", |
| 1628 | + "destination": "/x-api/users/get-liked-posts" |
| 1629 | + }, |
| 1630 | + { |
| 1631 | + "source": "/x-api/users/get-liking-users", |
| 1632 | + "destination": "/x-api/posts/get-liking-users" |
| 1633 | + }, |
| 1634 | + { |
| 1635 | + "source": "/x-api/posts/like-post", |
| 1636 | + "destination": "/x-api/users/like-post" |
| 1637 | + }, |
| 1638 | + { |
| 1639 | + "source": "/x-api/posts/unlike-post", |
| 1640 | + "destination": "/x-api/users/unlike-post" |
| 1641 | + }, |
| 1642 | + { |
| 1643 | + "source": "/x-api/lists/get-followed-lists", |
| 1644 | + "destination": "/x-api/users/get-followed-lists" |
| 1645 | + }, |
| 1646 | + { |
| 1647 | + "source": "/x-api/lists/get-owned-lists", |
| 1648 | + "destination": "/x-api/users/get-owned-lists" |
| 1649 | + }, |
| 1650 | + { |
| 1651 | + "source": "/x-api/posts/get-list-posts", |
| 1652 | + "destination": "/x-api/lists/get-list-posts" |
| 1653 | + }, |
| 1654 | + { |
| 1655 | + "source": "/x-api/lists/follow-list", |
| 1656 | + "destination": "/x-api/users/follow-list" |
| 1657 | + }, |
| 1658 | + { |
| 1659 | + "source": "/x-api/lists/unfollow-list", |
| 1660 | + "destination": "/x-api/users/unfollow-list" |
| 1661 | + }, |
| 1662 | + { |
| 1663 | + "source": "/x-api/lists/get-list-memberships", |
| 1664 | + "destination": "/x-api/users/get-list-memberships" |
| 1665 | + }, |
| 1666 | + { |
| 1667 | + "source": "/x-api/users/get-list-followers", |
| 1668 | + "destination": "/x-api/lists/get-list-followers" |
| 1669 | + }, |
| 1670 | + { |
| 1671 | + "source": "/x-api/users/get-list-members", |
| 1672 | + "destination": "/x-api/lists/get-list-members" |
| 1673 | + }, |
| 1674 | + { |
| 1675 | + "source": "/x-api/lists/get-pinned-lists", |
| 1676 | + "destination": "/x-api/users/get-pinned-lists" |
| 1677 | + }, |
| 1678 | + { |
| 1679 | + "source": "/x-api/lists/pin-list", |
| 1680 | + "destination": "/x-api/users/pin-list" |
| 1681 | + }, |
| 1682 | + { |
| 1683 | + "source": "/x-api/lists/unpin-list", |
| 1684 | + "destination": "/x-api/users/unpin-list" |
1581 | 1685 | }
|
1582 | 1686 | ]
|
1583 | 1687 | }
|
0 commit comments