tree: 5662c73ea067f373cf88a02f6c597e1a19fa92e4 [path history] [tgz]
  1. src/
  2. manifest.yaml
  3. README.md
packages/hellowhisk/README.md

License

hellowhisk

Containst the following actions:

  • greeting.js
  • HttpGet.swift

HttpGet.swift

This action invokes: curl https://httpbin.org/get

which returns JSON which appears something like:

{
  "args": {},
  "headers": {
    "Accept": "*/*",
    "Connection": "close",
    "Host": "httpbin.org",
    "User-Agent": "curl/7.54.0"
  },
  "origin": "47.220.153.242",
  "url": "https://httpbin.org/get"
}

and then serializes it for the response object.