You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "178907f7d87441959771e805344339f5";
|
||||
Image_ = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary Data or Path to file
|
||||
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
|
||||
Image_ = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary Data or Path to file
|
||||
|
||||
Image = New Map;
|
||||
Image.Insert("Logo", Image_);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "";
|
||||
Block = "11282aa7-fc4e-8108-ad2f-ed75fb53373d";
|
||||
|
||||
Result = OPI_Notion.DeleteBlock(Token, Block);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "178907f7d87441959771e805344339f5";
|
||||
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
|
||||
|
||||
Title = "TestTitle";
|
||||
Description = "TestDescription";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "5dd94c34-fab0-4bff-986b-7511c0779f77";
|
||||
Icon = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Cover = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
|
||||
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
|
||||
Icon = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
Cover = "https://openyellow.neocities.org/test_data/picture2.jpg";
|
||||
Archive = False;
|
||||
|
||||
Properties = New Map;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "178907f7d87441959771e805344339f5";
|
||||
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
|
||||
|
||||
Result = OPI_Notion.GetDatabase(Token, Base);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "5dd94c34-fab0-4bff-986b-7511c0779f77";
|
||||
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
|
||||
|
||||
Result = OPI_Notion.GetPage(Token, Page);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "";
|
||||
Block = "11282aa7-fc4e-8108-ad2f-ed75fb53373d";
|
||||
|
||||
Result = OPI_Notion.ReturnChildBlocks(Token, Block);
|
||||
|
||||
Reference in New Issue
Block a user