Skip to content
New issue

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

Export and document clients for /info and /rate_limit #7

Closed
GregorDeCillia opened this issue Feb 5, 2021 · 1 comment
Closed

Export and document clients for /info and /rate_limit #7

GregorDeCillia opened this issue Feb 5, 2021 · 1 comment
Assignees
Labels
docs Improvements or additions to documentation feature New feature or request
Milestone

Comments

@GregorDeCillia
Copy link
Contributor

For completeness, add functions that use those simple endpoints and parse the results into classes sc_info and sc_rate_limit.

@GregorDeCillia GregorDeCillia added feature New feature or request docs Improvements or additions to documentation labels Feb 5, 2021
@GregorDeCillia GregorDeCillia self-assigned this Feb 5, 2021
@GregorDeCillia GregorDeCillia added this to the Version 1.0 milestone Feb 5, 2021
@GregorDeCillia
Copy link
Contributor Author

Closed via f51ef36. Strictly speaking, sc_info() does not return a custom class but a data.frame

sc_info()
##   locale displayName
## 1     de     Deutsch
## 2     en     English
sc_rate_limit()
## remaining: 99/100
## reset:     2021-02-08 13:11:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant