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
// You can do any parsing you need for results here before returning them
return results;
});
};
module.exports = {
type: 'custom',
test: testAuth,
fields: [
{
computed: false,
key: 'api_key',
required: true,
label: 'API Key',
type: 'string',
helpText:
'Go to your [Personal Grist Site](https://docs.getgrist.com/), click on the account menu on the top right, then click on "Profile Settings" to create or access your API Key.',