https://web.archive.org/web/20120516160741/https://dev.twitter.com/docs/api/1/get/users/suggestions/%3Aslug
| 494 | |
| 495 | // https://web.archive.org/web/20120516160741/https://dev.twitter.com/docs/api/1/get/users/suggestions/%3Aslug |
| 496 | type TopicUserSuggestions struct { |
| 497 | Name string `json:"name" xml:"name"` |
| 498 | Slug string `json:"slug" xml:"slug"` |
| 499 | Size int `json:"size" xml:"size"` |
| 500 | Users []*TwitterUser `json:"users" xml:"users"` |
| 501 | } |
| 502 | |
| 503 | // Search Ahead |
| 504 | // https://web.archive.org/web/20220427214446/https://twitter.com/i/search/typeahead.json?count=20&filters=true&result_type=true&src=COMPOSE&q=firat_ber |
nothing calls this directly
no outgoing calls
no test coverage detected