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

Struct MyActivity

bridge/bridge.go:284–292  ·  view source on GitHub ↗

Currently known how it forms follows, but we are missing favourites etc Some details can be found here: https://mgng.mugbum.info/Archive/View/year/2011/month/12

Source from the content-addressed store, hash-verified

282// Some details can be found here:
283// https://mgng.mugbum.info/Archive/View/year/2011/month/12
284type MyActivity struct {
285 Action string `json:"action" xml:"action"`
286 CreatedAt string `json:"created_at" xml:"created_at"`
287 MaxPosition string `json:"max_position" xml:"max_position"`
288 MinPosition string `json:"min_position" xml:"min_position"`
289 Sources []TwitterUser `json:"sources"`
290 Targets []Tweet `json:"targets" xml:"targets"`
291 TargetObjects []Tweet `json:"target_objects" xml:"target_objects"`
292}
293
294// https://web.archive.org/web/20120516154953/https://dev.twitter.com/docs/api/1/get/friendships/show
295// used in the /friendships/show endpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected