Metadata-Version: 2.1
Name: sdkfabric-airtable
Version: 0.1.0
Summary: Airtable Python SDK managed by SDK Fabric
Author-email: Christoph Kappestein <christoph.kappestein@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sdk-fabric/airtable-python
Project-URL: Issues, https://github.com/sdk-fabric/airtable-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sdkgen-client


# 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 can use the client:

```python
const credentials = new HttpBearer('[access_token]');
const client = Client::build(credentials);

// @TODO use the client
```
