Closed jonocarroll closed 6 years ago
Only exposed fn at present is
stars (phrase = "", user = NULL, language = NULL, newest_first = TRUE)
although no real param checks have been implemented. doing that would help a lot! Thanks!
Great work @jonocarroll - happy to close this now?
Yeah, I think it's pretty clean now re: unexpected failures.
Add graceful failure routes, e.g. in
stars
:user = NULL
,phrase = NULL
. I'm happy to do this.Alternatively, have useful defaults. Related to #7.