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.
- Host: GitHub
- URL: https://github.com/apitable/apitable-sdks
- Owner: apitable
- Created: 2022-11-17T03:38:46.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-06T04:46:16.000Z (about 2 years ago)
- Last Synced: 2025-04-10T03:16:28.700Z (10 months ago)
- Topics: apitable, golang, java, javascript, php, python, sdk, typescript
- Language: Java
- Homepage: https://developers.apitable.com
- Size: 817 KB
- Stars: 22
- Watchers: 6
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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) | [](https://www.npmjs.com/package/apitable) |  |
| Python: [apitable.py](https://github.com/apitable/apitable-sdks/tree/develop/apitable.py) | [](https://pypi.python.org/pypi/apitable) |  |
| Java: [apitable.java](https://github.com/apitable/apitable-sdks/tree/develop/apitable.java) | [](https://search.maven.org/search?q=apitable) |  |
| Golang: [apitable.go(DEPRECATED)](https://github.com/apitable/apitable-sdks/tree/develop/apitable.go) |  | |
| PHP: [apitable.php(DEPRECATED)](https://github.com/apitable/apitable-sdks/tree/develop/apitable.php) | [](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).