We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The kobotoolbox baseURL configuration should be renamed to baseUrl
baseURL
baseUrl
Literally every other adaptor uses baseUrl. It's just this one that's different.
To preserve old credentials, I think it's worth supporting baseURL, but undocumented. Let's log a warning if baseURL is removed
Treat this as a breaking change.
So:
The text was updated successfully, but these errors were encountered:
hunterachieng
No branches or pull requests
The kobotoolbox
baseURL
configuration should be renamed tobaseUrl
Literally every other adaptor uses
baseUrl
. It's just this one that's different.To preserve old credentials, I think it's worth supporting baseURL, but undocumented. Let's log a warning if
baseURL
is removedTreat this as a breaking change.
So:
baseURL
tobaseURL
in config and codebaseUrl
is not set andbaseURL
is provided, usebaseURL
but log a warningThe text was updated successfully, but these errors were encountered: