lib/views/api.haml in puppetdb_rundeck-0.2.3 vs lib/views/api.haml in puppetdb_rundeck-0.3.0

- old
+ new

@@ -5,11 +5,17 @@ %body %h1 PuppetDB-Rundeck %p The puppetdb-rundeck application allows Rundeck to make use of the node and fact information stored in PuppetDB. %p - Two API endpoints are provided which you can point Rundeck to: + Three API endpoints are provided which you can point Rundeck to: %ul %li %a(href="/api/xml") XML %li - %a(href="/api/yaml") YAML \ No newline at end of file + %a(href="/api/yaml") YAML + %li + %a(href="/api/json") JSON + %p + %p + To set the cache settings for this API, see + %a(href="/cache") here