From 25d23a761ab1a4faac15b62ac9954abd9854eb79 Mon Sep 17 00:00:00 2001 From: MelissaFlinn <31925014+MelissaFlinn@users.noreply.github.com> Date: Fri, 10 Aug 2018 18:14:38 -0400 Subject: [PATCH] doc review and update 2 https://issues.jboss.org/browse/FUSEDOC-2619 --- .../META-INF/resources/rest-http-index.html | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/main/resources/META-INF/resources/rest-http-index.html b/src/main/resources/META-INF/resources/rest-http-index.html index 4220c03..37395eb 100644 --- a/src/main/resources/META-INF/resources/rest-http-index.html +++ b/src/main/resources/META-INF/resources/rest-http-index.html @@ -2,7 +2,7 @@
-- The REST API Level 0 mission shows how to map business operations to a remote procedure call endpoint over HTTP using a REST framework. This mission corresponds to Level 0 in the Richardson Maturity Model. - By using this Fuse booster, you can implement this mission by quickly prototyping and flexibly designing your REST API. + The REST API Level 0 mission demonstrates how to map business operations to a remote procedure call endpoint over HTTP using a REST framework. This mission corresponds to Level 0 in the Richardson Maturity Model.
- This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. Use this booster to: -
{name}+ This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. +
++ Use this booster to: + +
camel/greetings/{name} endpoint:
+
+ camel/greetings/{name} Hello, $name!
+ where $name is replaced by the value of the {name} URL parameter from the HTTP GET request.