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 2fbcb6f..4220c03 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 corresponds to Level 0 in the Richardson Maturity Model. - Creating an HTTP endpoint using REST and its underlying principles to define your API lets you quickly prototype and design the API flexibly. + 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.
- This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. It allows you to: + This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. Use this booster to:
{name} 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.{name}