TappNetwork/laravel-airtable

View support?

Opened this issue · 1 comments

anyway to fetch data through certain view? rather then whole table.

I needed to do this for the first time today. I appears this support may have recently been added.

$dataIwant = Airtable::table(TABLE)
            ->addParam('view', VIEW)
            ->get();