2021-06-30 15:05:55 +00:00
|
|
|
accessing
|
|
|
|
userMentionsFor: username
|
2021-06-30 20:56:53 +00:00
|
|
|
| rawResponse queryURL |
|
2021-07-26 12:46:45 +00:00
|
|
|
"The following query gets the last 100 mentions that is the maximun allowed for a particular user without pagination:"
|
|
|
|
^ self userQueryFor: username selecting: 'mentions'
|