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
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
I realize this package is basically abandoned, but just in case this is helpful to anyone else still relying on it, the runLook() method has a typo in it's httr:content call, where it specifies config = sdk$oauthHeader rather than config = self$oauthHeader.
This ends up working accidentally if you happen to follow the general code examples in interactive sessions and create a top-level sdk object, but it obviously can break in lots of other contexts, including non-obvious ways when running R non-interactively.