You've already forked OpenIntegrations
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Соответствие
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user