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
| 282 | // Some details can be found here: |
| 283 | // https://mgng.mugbum.info/Archive/View/year/2011/month/12 |
| 284 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected