Logo
Explore Help
Register Sign In
matt/opnform-host-nginx
1
0
Fork 0
You've already forked opnform-host-nginx
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
20e643261a32388f286155b1d4cd52ede8f04605
opnform-host-nginx/api/app/Integrations/Data/SpreadsheetData.php

16 lines
270 B
PHP
Raw Normal View History

Google Sheet - OAuth "client" powered integrations (#415) * fix `helpers.php` * fix `.eslintrc.cjs` * spreadsheet manager * fetch providers. set `oauth_id` for integrations * create spreadsheet on integration create event * connect OAuth accounts * display actions. connect account if missing * cleanup * handle form field change * map integration data object to `SpreadsheetData` * validate request * wip * redirect to integrations page * fix refresh token * add helper text * add extra integration info * refactor * refresh google token * fix validation * add tests * Fix linting issue * Update composer lock file --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-06-05 06:35:46 -07:00
<?php
namespace App\Integrations\Data;
use Spatie\LaravelData\Data;
class SpreadsheetData extends Data
{
public function __construct(
public string $url = '',
public string $spreadsheet_id = '',
public ?array $columns = []
) {
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 77ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API