airtable-go
airtable-go copied to clipboard
Golang client library for the Airtable API
If you are experiencing issues where records have some fields with incorrect values it likely because of a bug in ListRecords when process requests with multiple pages. Basically the tmpRecords...
I've discovered a bug in list where some values from previous rows lingered, ie: | Row ID | Col A | Col B| | --- | --- | --- |...
The problem is the following: When retrieving more than 100 records with `ListRecords`, if there is a row in the result with some of the columns containing empty values, those...
Hello, I'm reaching out to address a compatibility issue with the airtable-go library in relation to the latest changes in Airtable's API key format. Airtable has updated their API keys...