We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
visualizer container name correction: vis2code => viz2code
correct HTTP reponse message related to start() API from "starting" into "started"
Updated Guides | Rest API (markdown)
add more explanation of core TANGO RESET API components
Add core API summary in table
Fix typo in URI format from http://<DOCKER_HOST_IP>:<MEMBER_CONTAINER_PORT>/cmd&arg1=val1&arg2=val2 to http://<DOCKER_HOST_IP>:<MEMBER_CONTAINER_PORT>/cmd?arg1=val1&arg2=val2
Correct type DCOKER_HOST_IP as DOCKER_HOST_IP in the explanation of URI form API
remove redundant trailing ampersand in the URI form explanation of API functions.
remove errata `?` in front of api function name in the explanation of API in URI form
Subject: Add note on consumer/provider concept Details: Add note on consumer/provider concept on Rest API Emphasize with italic for Leader/Memeber Container for better readability [Related Issue: ]
Merge branch 'master' of https://github.com/ML-TANGO/TANGO.wiki
Subject: Reorganize API form Details: Reorganize API form with URL and Python function like form Add API diagrams (like class diagram) for main container and member container Add ToC Add usage reference to TANGO Architecture sequence chart [Related Issue: ]
Subject: Refine status_report() Details: Refine status_report() usage when project_id="" and user_id="" for covering container readiness check use case [Related Issue: ]
Subject: Add other document links Details: Add link to AutoNN module visual description in basemodel.yaml explanation. Todo - non-core extra API descriptions for member containers should be added. - add more status values included in the non-core APIs [Related Issue: ]
Subject: Add HTTP request form of Rest API explanation Details: [Related Issue: ]
add project manager and member container mermaid diagram
Add core minimum APIs of Project Manager Container and Memeber Container