This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread ID: 2151955260 | |
Total Time: 51.512298 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 0.00% 51.51 0.00 0.00 51.51 2 Global#[No method] | |
51.51 0.00 0.00 51.51 1/1 Kernel#load | |
-------------------------------------------------------------------------------- | |
51.51 0.00 0.00 51.51 1/1 Global#[No method] | |
100.00% 0.00% 51.51 0.00 0.00 51.51 1 Kernel#load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x157 { | |
meta { | |
name "Webhook Module" | |
description << | |
Provides actions for working with the Kynetx Webhook Endpoint | |
>> | |
author "Sam Curren" | |
logging off | |
provides text, html, json, xml, js, redirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x162 { | |
meta { | |
name "Instagram oauth without modules" | |
description << | |
Demonstrates calling oAuth protected APIs | |
>> | |
author "Sam Curren" | |
logging on | |
key instagram { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x153 { | |
meta { | |
name "recursive action without function" | |
description << | |
Runs a recursive action without a function to create the recursive step. | |
Base case is handled by the nexta defaction conditional expression. | |
>> | |
author "Sam Curren" | |
logging off | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x152 { | |
meta { | |
name "if then else" | |
description << | |
Demonstrates the power of actions to enable 'else' in krl! | |
>> | |
author "Sam Curren" | |
logging off | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x115 { | |
meta { | |
name "Twilio Module" | |
description << | |
Utility methods for interacting with Twilio | |
>> | |
author "Sam Curren" | |
logging on | |
//keys for testing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x133 { | |
meta { | |
name "StackOverflow" | |
description << | |
>> | |
author "Sam" | |
logging on | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a8x117 { | |
meta { | |
name "CallFromEmail" | |
description << | |
Place a call on inbound email | |
>> | |
author "Sam Curren" | |
logging on | |
key twilio { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provides onnow, next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta { | |
... | |
use module a8x114 alias kpublicevents with url = | |
"http://www.google.com/calendar/feeds/[email protected]/public/basic" | |
} |
NewerOlder