https://github.com/sdk-fabric/airtable-php
Airtable PHP SDK managed by SDK Fabric
https://github.com/sdk-fabric/airtable-php
airtable php sdk sdk-php
Last synced: 15 days ago
JSON representation
Airtable PHP SDK managed by SDK Fabric
- Host: GitHub
- URL: https://github.com/sdk-fabric/airtable-php
- Owner: sdk-fabric
- License: mit
- Created: 2024-04-30T20:38:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T16:08:14.000Z (7 months ago)
- Last Synced: 2025-02-10T09:12:48.936Z (4 months ago)
- Topics: airtable, php, sdk, sdk-php
- Language: PHP
- Homepage: https://sdk-fabric.org/sdk/airtable
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Airtable SDK
This SDK is managed by the [SDK Fabric](https://sdk-fabric.org/) project.
Our goal is to build a global infrastructure to automatically generate
an SDK for every API, please take a look at our website for more information.## Contribution
Please do not create a pull requests at this repository since the code is
automatically generated. If an operation or type is missing at the client SDK
please register at the [TypeHub](https://typehub.cloud/) platform and create
a pull request at the [Airtable](https://app.typehub.cloud/d/sdkfabric/airtable)
specification. The system will then automatically create a GIT commit and update
the code.## Usage
The following example shows how you initialize the client:
```php