seatable / seatable-api-php
The official SeaTable API Reference (OpenAPI 3.0).
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
- dev-main
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.4.0
- v4.3.5
- v4.3.4
- v4.3.3
- v4.3.2
- v4.3.1
- v4.3.0
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-christophdb-patch-1
- dev-main-docs
- dev-next
This package is auto-updated.
Last update: 2024-11-05 09:54:27 UTC
README
This is the official "SeaTable php client", which was auto generated with OpenAPI Generator.
This SeaTable php client contains all public available API endpoints to interact with the user accounts, bases or files.
Resources:
- Documentation
- SeaTable API Reference
- SeaTable OpenApi Specification
- Report Issues at the Community Forum
Versioning
The SeaTable php client follows the versioning of the SeaTable OpenApi specification. With every new version of SeaTable, the SeaTable OpenAPI Specification will be updated and a new client with the same version will be published here. The client will contain all available endpoints of the specification.
Build Errors
The ./generate_api.sh
script causes quite a lot of errors such as [main] ERROR o.o.codegen.DefaultCodegen - Required var column_data not in properties
.
They are caused by OpenAPITools/openapi-generator#17863, which does not have a fix yet.
The errors do not cause any problems and can be ignored.