• ¶

    Hello example

    This example illustrates how to use the Unitag Engine API to display a simple text (try it here).

  • ¶

    The raw JSON document can be found here.

    {
  • ¶

    Define the URL that will be used to access this operation. The resulting URL has the following form: http://e.unitag.io/r/{YOUR PATH HERE}.

        "url": "{YOUR PATH HERE}",
  • ¶

    Mark this operation as published. This is needed to make it publicly available.

        "state": "PUBLISHED",
  • ¶

    Define the default entry point of this operation. This is a simplified response step which sends a textual response.

        "index": {
            "response": "Hello World!"
        }
    }