We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#34
Following gh::gh, we should have a function called rtoot::rtoot.
gh::gh
rtoot::rtoot
rtoot::rtoot(path = "api/v1/followed_tags") ## default to GET rtoot::rtoot(path = "api/v1/followed_tags", instance = "mastodon.social", limit = 10) ## ... becomes params, except keywords such as `instance`
A small concern is that it "breaks" our convention for using verb as function name.
The text was updated successfully, but these errors were encountered:
I think breaking convention is ok for this function, given that is something very advanced and will not be used by many
Sorry, something went wrong.
a4ce05c
Merge pull request #125 from chainsawriot/rtoot
9ec7eef
add `rtoot` fix #123 ref #121 #34
chainsawriot
No branches or pull requests
#34
Following
gh::gh
, we should have a function calledrtoot::rtoot
.A small concern is that it "breaks" our convention for using verb as function name.
The text was updated successfully, but these errors were encountered: