Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add fields param to limit fields returned by Airtable #326

Closed
wants to merge 1 commit into from

Conversation

mhsnook
Copy link

@mhsnook mhsnook commented Jun 5, 2021

This is a very quick/minimal PR to address #272. I haven't tested it with this plugin or Airtable.js but I thought it would serve as a good addition to the conversation over on issue 272.

But I did curl test the Airtable API and confirmed that yes they are expecting an array of fields and no you cannot send them a string or a blank array. (e.g. this request worked as expected: https://api.airtable.com/v0/{base-id-redacted}/Campaigns?maxRecords=1&view=public_posts_for_internet&fields%5B%5D=Name&fields%5B%5D=Region)

This is a very quick/minimal PR to address jbolda#272. I haven't tested it but I thought it would serve as a good addition to the conversation over on that issue. But I did curl test the Airtable API and confirmed that yes they are expecting an array of fields and no you cannot send them a blank array. (e.g. this request worked as expected: `https://api.airtable.com/v0/{redacted}/Campaigns?maxRecords=1&view=public_posts_for_internet&fields%5B%5D=Name&fields%5B%5D=Region`)
@jbolda
Copy link
Owner

jbolda commented Dec 13, 2021

Note: This is waiting on conversations from #272 to complete.

@jbolda
Copy link
Owner

jbolda commented Feb 3, 2023

We have moved over to https://github.com/gatsby-uc/plugins to maintain the plugin. It seems that this PR and discussion has stalled. If we still need to address this, we can open the discussion there. Closing this.

@jbolda jbolda closed this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants