You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
|
||||
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
|
||||
Image_ = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
|
||||
|
||||
Image = New Map;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "14282aa7-fc4e-818d-80a0-d70aed13b0ff";
|
||||
Block = "14582aa7-fc4e-81e2-a55e-dcbd27b80d01";
|
||||
|
||||
Result = OPI_Notion.DeleteBlock(Token, Block);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
|
||||
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
|
||||
|
||||
Title = "TestTitle";
|
||||
Description = "TestDescription";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "14282aa7-fc4e-8122-b0f7-ec6b36b1a78b";
|
||||
Page = "14582aa7-fc4e-81ba-a5b4-ea7b309cc4f4";
|
||||
Icon = "https://api.athenaeum.digital/test_data/picture.jpg";
|
||||
Cover = "https://api.athenaeum.digital/test_data/picture2.jpg";
|
||||
Archive = False;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
|
||||
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
|
||||
|
||||
Result = OPI_Notion.GetDatabase(Token, Base);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "14282aa7-fc4e-8122-b0f7-ec6b36b1a78b";
|
||||
Page = "14582aa7-fc4e-81ba-a5b4-ea7b309cc4f4";
|
||||
|
||||
Result = OPI_Notion.GetPage(Token, Page);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "14282aa7-fc4e-818d-80a0-d70aed13b0ff";
|
||||
Block = "14582aa7-fc4e-81e2-a55e-dcbd27b80d01";
|
||||
|
||||
Result = OPI_Notion.ReturnChildBlocks(Token, Block);
|
||||
|
||||
Reference in New Issue
Block a user