An open API service indexing awesome lists of open source software.

https://github.com/apitable/apitable-sdks

APITable officially provides various API, which allow users to get data by HTTPS requests, or push data to APITable.
https://github.com/apitable/apitable-sdks

apitable golang java javascript php python sdk typescript

Last synced: 10 months ago
JSON representation

APITable officially provides various API, which allow users to get data by HTTPS requests, or push data to APITable.

Awesome Lists containing this project

README

          

# APITable SDKs

APITable officially provides various API, which allow users to get data by HTTPS requests, or push data to APITable.
With the API, you can:

> Connect the APITable with other software to realize mutual data transmission and build an efficient workflow;
>
> As a back-end database, it helps to quickly build product prototypes and verify ideas;
>
> ...

| APITable SDKs | Packages | Unit Test |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| JavaScript: [apitable.js](https://github.com/apitable/apitable-sdks/tree/develop/apitable.js) | [![npm version](https://img.shields.io/npm/v/apitable?style=flat-square)](https://www.npmjs.com/package/apitable) | ![Node.js action](https://github.com/apitable/apitable-sdks/actions/workflows/js-codecov.yml/badge.svg) |
| Python: [apitable.py](https://github.com/apitable/apitable-sdks/tree/develop/apitable.py) | [![Latest Version](https://shields.mitmproxy.org/pypi/v/apitable.svg)](https://pypi.python.org/pypi/apitable) | ![python action](https://github.com/apitable/apitable-sdks/actions/workflows/py-test.yml/badge.svg) |
| Java: [apitable.java](https://github.com/apitable/apitable-sdks/tree/develop/apitable.java) | [![Maven Central](https://img.shields.io/maven-central/v/com.apitable/apitable-client.svg?label=Maven%20Central)](https://search.maven.org/search?q=apitable) | ![Java action](https://github.com/apitable/apitable-sdks/actions/workflows/java-test.yml/badge.svg) |
| Golang: [apitable.go(DEPRECATED)](https://github.com/apitable/apitable-sdks/tree/develop/apitable.go) | ![apitable.go](https://img.shields.io/github/go-mod/go-version/apitable/apitable-sdks?filename=apitable.go%2Fgo.mod) | |
| PHP: [apitable.php(DEPRECATED)](https://github.com/apitable/apitable-sdks/tree/develop/apitable.php) | [![Total Downloads](http://poser.pugx.org/apitable/sdk-php/downloads)](https://packagist.org/packages/apitable/sdk-php) | |

If you find a bug in this repository, please [submit an issue](https://github.com/apitable/apitable-sdks/issues).