Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 569 Bytes

raw-endpoints.rst

File metadata and controls

19 lines (12 loc) · 569 Bytes

Raw endpoints

data_api

Raw endpoints allow to download content in their raw format (i.e. not within a json glue). The content-disposition http header is set, so that the browser knows which file to store the content to.

{% for ep, config in raml.rawendpoints.items()|sort %}

{{config['get'].description}}

{% endfor %}