Thanks again for making and updating the rcanvas package! :)
I thought it might be useful to add a generic (exported) function to execute requests to access endpoints that are not exposed by a specific function. For example, if there wouldn't be a get_announcements function the user could call:
This is intended as a 'power user' function, but I don't think there's a risk in exporting it, but if it doesn't agree with your design ideas I completely understand.
(Note that this function could also be used internally by existing functions to remove the url building and result processing boilerplate)
Hey David,
Thanks again for making and updating the rcanvas package! :)
I thought it might be useful to add a generic (exported) function to execute requests to access endpoints that are not exposed by a specific function. For example, if there wouldn't be a get_announcements function the user could call:
This is intended as a 'power user' function, but I don't think there's a risk in exporting it, but if it doesn't agree with your design ideas I completely understand.
(Note that this function could also be used internally by existing functions to remove the url building and result processing boilerplate)