eugenezadorin / airtable-php

Simple PHP client for Airtable API
20 stars 7 forks source link

Add View on Query Param #6

Closed kbtonmoy closed 2 years ago

kbtonmoy commented 2 years ago

It seems like there is no option to add a view name on the query. Something like $query = $client->table($able)->view("my view")->execute() would be very handy.

eugenezadorin commented 2 years ago

Hi! Thanks for feedback.

You're right, the library currently doesn't know how to work with views.

I like your approach, it looks clean and pretty easy to implement on the first glance... But I need some research here.

Please, stay tuned!

kbtonmoy commented 2 years ago

You have done a great job man. I wish to see this feature soon. I use this library almost every day.

eugenezadorin commented 2 years ago

Implemented in v0.6.0

Please check out documentation - https://github.com/eugenezadorin/airtable-php#view