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
Modules have been rearranged for better documentation and file tree readability. API modules are now under ExQuickBooks.API and OAuth tokens under ExQuickBooks.OAuth. 64030d1 💥
Request and access tokens are returned and consumed as RequestToken and AccessToken structs. The request token contains the redirect URL, and the access token contains the realm ID. 7ff3329e6245ffb2ad202 💥
The callback URL is passed directly to get_request_token/1 instead of through the configuration. e5eeb94 💥
Configuration keys accept a special {:system, "ENV_VAR"} syntax to fetch the value of a system environment variable at runtime. This can be used with all configuration keys that accept a binary or a boolean ("true" or "false"). b22060e