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

Using multiple bases #50

Closed
neodisco opened this issue Oct 11, 2021 · 3 comments
Closed

Using multiple bases #50

neodisco opened this issue Oct 11, 2021 · 3 comments

Comments

@neodisco
Copy link

neodisco commented Oct 11, 2021

Just wondering how to configure for using multiple bases. I see in AirtableManager line 113 there is:

$base = $this->app['config']['airtable.base'];

Does this suggests that this library will only ever work with a single base, or have I misunderstood how to specify different bases?

@swilla
Copy link
Member

swilla commented Oct 12, 2021

Right now it only works with a single base. It wouldn't be hard to change it and nest the base inside each "table". I don't have that use case right now, or the time to implement it, but if you create a PR I'll work on getting it merged in.

@cassolmedia
Copy link
Contributor

I just created a pull request for this feature. it's a super minimal code change.

@swilla
Copy link
Member

swilla commented Nov 17, 2021

@swilla swilla closed this as completed Nov 17, 2021
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

No branches or pull requests

3 participants