title | published | hidden | tests | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Verify Destination Connection Modes |
false |
true |
|
Use this page to verify that the static table at the top of each section matches the API generated tables below it. Any mismatches indicate a change in the API that requires further research to determine impact to the main Connection Modes table here.
Mismatches are shown highlighted in Red.
{% for test in page.tests %}
-
{% for case in test.cases %}
- {{case}} {% endfor %}
{% assign reference = test.reference %}
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | {% if reference.device.web == true %} ✅ {% endif %} | {% if reference.device.mobile == true %} ✅ {% endif %} | {% if reference.device.server == true %} ✅ {% endif %} |
☁️ Cloud-mode | {% if reference.cloud.web == true %} ✅ {% endif %} | {% if reference.cloud.mobile == true %} ✅ {% endif %} | {% if reference.cloud.server == true %} ✅ {% endif %} |
{% for case in test.cases %} {% assign slug = case | slugify %} {% assign currentIntegration = site.data.catalog.destinations.items | where: "slug", slug | first %} {% assign connectionModes = currentIntegration.connection_modes %}
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | {% if connectionModes.device.web == true %} ✅ {% endif %} | {% if connectionModes.device.mobile == true %} ✅ {% endif %} | {% if connectionModes.device.server == true %} ✅ {% endif %} |
☁️ Cloud-mode | {% if connectionModes.cloud.web == true %} ✅ {% endif %} | {% if connectionModes.cloud.mobile == true %} ✅ {% endif %} | {% if connectionModes.cloud.server == true %} ✅ {% endif %} |
{% endfor %}