2021-06-30 15:05:55 +00:00
|
|
|
accessing
|
|
|
|
userMentionsFor: username
|
2021-06-30 20:56:53 +00:00
|
|
|
| rawResponse queryURL |
|
2021-06-30 15:05:55 +00:00
|
|
|
"The following query gets the last tweets, that is the maximun allowed for a particular user without pagination:"
|
|
|
|
queryURL := self usersBaseEndPoint, (self userIDFrom: username), '/mentions', self defaultQueryParameters.
|
|
|
|
rawResponse := self rawResponseForURL:queryURL.
|
|
|
|
^ (STONJSON fromString: rawResponse)
|