I have an app that has a login/logout functionality.Upon logout, I am clearing the entity variable.How do I force the app to rerun the开发者_StackOverflow社区 initial rule and display the login form?Y
I have two timestamps created with time:now() (one stored in an app variable from the past, one the current time). I need to find the 开发者_如何学Godifference between them (preferably in minutes). Ho
I\'m retrieving a value within an emitted code block that I would like to set an entity variable to.This is what I\'m trying to do:
How do I get the name of the current ruleset in a KRL rule? I find that I often write notify(\"a421x70\",\"Your Message Here\") with sticky = true;
I\'m using the Goodreads API through a datasource. I search with the ISBN number, and it returns results if it has any. Here\'s what it looks like if the book was found:
I\'m sending an HTTP POST request to a URL. It sends back a piece of information I need in the location header of the response. How do I get that header? I\'ve tried the following code and it doesn\'t
I\'m trying to set up a Webhook for Amazon SNS. SNS will send a JSON object to the webhook. Based on the KRL documentation I can get the event parameters using event:param(\'name\'). That works for fo
I\'m writing a KRL module for an API. The API requires an access key, and that needs to be provided by the ruleset that calls my module. My module includes my access key that is used by the in-module
I have been searching the web and Kynetx.com for any documetation or examples of how to use SOAP with KRL but have come up with nothing. Sadly the web services I am working with has a lot of SOAP rath
I made a test suite for math:hmac_* KRL functions. I compare the KRL results with Python results. KRL gives me different results.