All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.endpoints.adoc.tpl Maven / Gradle / Ivy

There is a newer version: 1.5.22.RELEASE
Show newest version
<% endpoints.each { endpoint ->
  if (endpoint.custom) { %>
include::{docs}/${endpoint.custom}[]
<% } else { %>
=== Link: ${endpoint.title}

Example curl request:
include::{generated}${endpoint.path}/curl-request.adoc[]

Example HTTP request:
include::{generated}${endpoint.path}/http-request.adoc[]

Example HTTP response:
include::{generated}${endpoint.path}/http-response.adoc[]
<% }
} %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy