{{ source.title }}
{{ source.description }}
Available now
-
{% for operation in source.operations if operation.status == "queryable" %}
- {{ operation.title }} — {{ operation.description }}
{{ source.id }}:{{ operation.id }}
{% endfor %}
Provider scope
{{ source.provider_scope or source.description }}
{% if source.roadmap_scope %}Roadmap, not available now
- {% for item in source.roadmap_scope %}
- {{ item }} {% endfor %}