MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / home_timeline

Function home_timeline

twitterv1/post_viewing.go:28–30  ·  view source on GitHub ↗
(c *fiber.Ctx)

Source from the content-addressed store, hash-verified

26}
27
28func home_timeline(c *fiber.Ctx) error {
29 return convert_timeline(c, "", true, blueskyapi.GetTimeline)
30}
31
32func hot_post_timeline(c *fiber.Ctx) error {
33 return convert_timeline(c, "", true, blueskyapi.GetHotPosts)

Callers

nothing calls this directly

Calls 1

convert_timelineFunction · 0.85

Tested by

no test coverage detected