Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


  • Easier to use Conditionals
    • Common operations (<, >, ==, contains, etc.) are now a simple menu with sane defaults
    • Works across links, decision trees, tables, anywhere conditionals are used
    • You can still write your own by clicking “Advanced”


  • The Kitewheel Graph API now includes support for the GET method rather than just POST
    • The HTTP Method field is deivered as part of the _kw object with each request to distinguish between GET and POST requests to the API
    • The full set of HTTP header fields passwed with the request are also available in the _kw/headers object
    • All API jobs are prioritized by default over other jobs such as visual testing
    • Query parameters are automatically parsed and broken out in the request object

...