Browse Source

ENTESB-9124 - Change api path of fuse-rest-http-booster in readme

pull/5/head
Lukas Lowinger 8 years ago
parent
commit
26642371fe
  1. 2
      src/main/resources/META-INF/resources/rest-http-index.html

2
src/main/resources/META-INF/resources/rest-http-index.html

@ -19,7 +19,7 @@
<p class="lead">
This booster introduces the mechanics of interacting with a remote (exposed by <strong>Apache Camel</strong>) service using the HTTP protocol. It allows you to:
<dl>
<dt class="lead"><strong>Execute an HTTP GET request on api/greetings/{name} endpoint:</strong></dt>
<dt class="lead"><strong>Execute an HTTP GET request on camel/greetings/{name} endpoint:</strong></dt>
<dd class="lead"><a class="btn btn-info" href="/camel/greetings/Jacopo" target="_blank">camel/greetings/{name}</a> this uses the url parameter <code>{name}</code> and produce a response in JSON format with a payload of Hello, $name! with $name replaced by the value of the url parameter used into the request.</dd>
<dt class="lead"><strong>Browse the api's Swagger page:</strong></dt>
<dd class="lead"><a class="btn btn-info" href="/webjars/swagger-ui/index.html?url=/camel/api-doc&validatorUrl=" target="_blank">Api Swagger page</a> this displays the swagger-ui for the rest api.</dd>

Loading…
Cancel
Save