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 = "15082aa7-fc4e-817b-a647-d823c3684a82";
|
||||
Base = "15782aa7-fc4e-81a6-a494-ef2c0fce96ab";
|
||||
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 = "15082aa7-fc4e-81f6-80a8-fc702341b564";
|
||||
Block = "15782aa7-fc4e-8150-959d-f60f43eaa2d5";
|
||||
|
||||
Result = OPI_Notion.DeleteBlock(Token, Block);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "15082aa7-fc4e-817b-a647-d823c3684a82";
|
||||
Base = "15782aa7-fc4e-81a6-a494-ef2c0fce96ab";
|
||||
|
||||
Title = "TestTitle";
|
||||
Description = "TestDescription";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "15082aa7-fc4e-815d-9ba7-e5bc8fe4bd71";
|
||||
Page = "15782aa7-fc4e-81f3-b070-cc8fd5782b77";
|
||||
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 = "15082aa7-fc4e-817b-a647-d823c3684a82";
|
||||
Base = "15782aa7-fc4e-81a6-a494-ef2c0fce96ab";
|
||||
|
||||
Result = OPI_Notion.GetDatabase(Token, Base);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "15082aa7-fc4e-815d-9ba7-e5bc8fe4bd71";
|
||||
Page = "15782aa7-fc4e-81f3-b070-cc8fd5782b77";
|
||||
|
||||
Result = OPI_Notion.GetPage(Token, Page);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "15082aa7-fc4e-81f6-80a8-fc702341b564";
|
||||
Block = "15782aa7-fc4e-8150-959d-f60f43eaa2d5";
|
||||
|
||||
Result = OPI_Notion.ReturnChildBlocks(Token, Block);
|
||||
|
||||
Reference in New Issue
Block a user