Info

Statistics

  • Download count5 total downloads
  • Latest download count 5 downloads of latest version
  • Average download count2 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

tag

  • Conditions

    On success tag: {0}

    On event success tag name

    On error tag: {0}

    On error tag name

get

  • Actions

    Fatch url: {0}, success: {1}, error: {2}

    Used to retrieve data from the server.

    Get url: {0}, success: {1}, error: {2}

    Used to retrieve data from the server.

    Create Instance json: {0}, success: {1}, error: {2}

    Create an instance with the default configuration.

    Custom data url: {0}, json: {1}, success: {2}, error: {3}

    Custom JSON data

post

  • Actions

    Post url: {0}, json: {1}, success: {2}, error: {3}

    Used to send data to the server.

response

  • Expressions

    error

    error response string

    data

    JSON stringify data

put

  • Actions

    Put url: {0}, json: {1}, success: {2}, error: {3}

    Used to update data on the server.

delete

  • Actions

    Delete url: {0}, success: {1}, error: {2}

    Used to delete data from the server.