rtweet
rtweet copied to clipboard
Same endopoint but different arguments and functions
post_follow and post_friendship call the same endpoint but have different arguments (to update a relationship).
post_follow should be split and provide only one function for each endpoint
Do you have a plan for what to name those functions?
We were discussing this on #480, following your idea possibly friendship_update and friendship_create, friendship_destroy, mute_user.