show By Screen Name
fun Friendships.showByScreenName( sourceScreenName: String, targetScreenName: String, vararg options: Option): JsonObjectApiAction<Friendships.Show>
Content copied to clipboard
Returns detailed information about the relationship between two arbitrary users.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Show model.
Parameters
source Screen Name
The screen_name of the subject user.
target Screen Name
The screen_name of the target user.
options
Optional. Custom parameters of this request.
fun Friendships.showByScreenName(targetScreenName: String, vararg options: Option): JsonObjectApiAction<Friendships.Show>
Content copied to clipboard
Returns detailed information about the relationship between two arbitrary users.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Show model.
Parameters
target Screen Name
The screen_name of the target user.
options
Optional. Custom parameters of this request.