airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

A PHP client for the Airtable API

Results 22 airtable-php issues
Sort by recently updated
recently updated
newest added

On multiple select options, when creating or updating records, if a choice string does not exactly match an existing option, the request will fail with an INVALID_MULTIPLE_CHOICE_OPTIONS error unless the...

When I am doing an expended request where can I pass in my sort parameter? ``` $params = array( 'sort'=> array( array( 'field' => 'Job_Name', 'direction' => 'asc') ) );...

AT Docs: "When creating or updating records, if the choice string does not exactly match an existing option, the request will fail with an INVALID_MULTIPLE_CHOICE_OPTIONS error unless the typecast parameter...

We depend on this package, please update! https://github.com/sleiman/airtable-php/pull/54

Hi! I’m Fred, an engineer on the Airtable API team. I’m writing here to share some plans we have to move away from user API keys, with a goal of...

for example `$request = $airtable->getContent('Institution/Location');` will return `NOT_FOUND` error. a quick workaround for this is to just use the table ID instead, but wanted to flag here anyway in case...

How are you? I love to use your library. I use the getContent and getResponse functions to get fields. Normally, airtable returns all fields from a table, but I don't...

When cURL fails and returns null, the library just passes that on with no clean way to diagnose the issue. I found myself using a closure so I can access...

Hi! Fred here again, from the Airtable API team. Another update is that as part of recent infrastructure improvements to airtable.com, we needed to accelerate enforcement of rejecting any requests...

[2022-12-01 11:28:32] production.ERROR: Undefined array key "base" {"exception":"[object] (ErrorException(code: 0): Undefined array key \"base\" at /home/forge/dev1.rrdevours.monster/vendor/sleiman/airtable-php/src/Airtable.php:42) [stacktrace] I'm guessing it's just pssing through wrong data or something?