{% include 'sharrock/style.html' %}

Table of Contents

{% for app,versions in descriptors.items %}

{{ app }}

{% for version,services in versions.items %}

Version {{ version }}

{% if services.resources %}

Resources

{% for resource in services.resources %}
{% include 'sharrock/resource_body.html' %}
{% endfor %} {% endif %} {% if services.functions %}

Functions

{% for descriptor in services.functions %}
{% include 'sharrock/descriptor_body.html' %}
{% endfor %} {% endif %} {% empty %}

Sorry, this version of the API doesn't exist.

{% endfor %} {% endfor %}