You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an internal helper-function box_datetime() to parse the the Box datetime format (variation on ISO-8601) into an R POSIXct.
We use this helper manually when parsing responses.
Looking at a bunch of sample API responses at Box, they seem to have an implied contract on names: if it ends with _at it's a datetime - if not, it's not.
It may be interesting to see if we could take advantage of this.
The text was updated successfully, but these errors were encountered:
We have an internal helper-function
box_datetime()
to parse the the Box datetime format (variation on ISO-8601) into an R POSIXct.We use this helper manually when parsing responses.
Looking at a bunch of sample API responses at Box, they seem to have an implied contract on names: if it ends with
_at
it's a datetime - if not, it's not.It may be interesting to see if we could take advantage of this.
The text was updated successfully, but these errors were encountered: