kinlane
5/5/2015 - 4:06 PM

Why The API Pattern is Broken and How We Can Fix It - Code - Typical Chain

Why The API Pattern is Broken and How We Can Fix It - Code - Typical Chain

[
  {
    "companyName": "Widgets Inc",
    "chain": [
      {
        "key": "dept",
        "combine": "false",
        "type": "postchain",
        "order": [
          {
            "dept/show": "id",
            "company/update": "return"
          }
        ]
      }
    ]
  }
]