The Wayback Machine - http://web.archive.org/web/20201018193442/https://github.com/topics/multichain
Skip to content
#

multichain

Here are 79 public repositories matching this topic...

phpai
phpai commented Mar 22, 2019

In GitLab by @thomas.anderl on Mar 8, 2019, 10:26

The response on the API for projects and subprojects, both provide the caller with following format:

{
...
 "data":{
  "items": [
   ...
  ]
 }
}

When querying for workflow items (workflowitem.list), the structure is slightly different:

{
...
 "data":{
  "workflowitems": [
   ...
  ]
 }
}

This leads to a different structure when

Improve this page

Add a description, image, and links to the multichain topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multichain topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.