1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-02 13:10:42 +03:00
parent a2319c2275
commit 76b512e4c6
27 changed files with 9128 additions and 9533 deletions

View File

@@ -41,7 +41,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ПолучитьТаблицыБазы \
--token "***" \
--base "apppoHnaz8rYOwL8V"
--base "appPn8K133mtBWx6B"
```
</TabItem>
@@ -49,42 +49,12 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ПолучитьТаблицыБазы ^
--token "***" ^
--base "apppoHnaz8rYOwL8V"
--base "appPn8K133mtBWx6B"
```
</TabItem>
</Tabs>
```json title="Результат"
{
"tables": [
{
"id": "tblPK7iM6QVCGbral",
"name": "Тестовая таблица",
"primaryFieldId": "fldiLeIBGEKLvCGHn",
"fields": [
{
"type": "number",
"options": {
"precision": 0
},
"id": "fldiLeIBGEKLvCGHn",
"name": "Номер"
},
{
"type": "richText",
"id": "flduxcmTlD7hCz9ZS",
"name": "Строковое"
}
],
"views": [
{
"id": "viw5lk0HjJwqDX1vM",
"name": "Grid view",
"type": "grid"
}
]
}
]
}
Соответствие
```