From 96d0b65fd961eee901c599979f19d71536363d29 Mon Sep 17 00:00:00 2001 From: MelissaFlinn <31925014+MelissaFlinn@users.noreply.github.com> Date: Thu, 30 Aug 2018 19:16:56 -0400 Subject: [PATCH] Update index.html file Doc review --- .../META-INF/resources/rest-http-index.html | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 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 37395eb..366a5fc 100644 --- a/src/main/resources/META-INF/resources/rest-http-index.html +++ b/src/main/resources/META-INF/resources/rest-http-index.html @@ -11,28 +11,27 @@
-

REST HTTP - Red Hat Fuse

+

REST API Level 0 - Red Hat Fuse

- 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. -

-

- By using this Fuse booster, you can implement this mission to quickly prototype and flexibly design your REST API. + The REST API Level 0 booster 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: + By using this Fuse booster, you can quickly prototype and flexibly design your REST API. +

+

+ To demonstrate the behavior of this booster:

+

Click API Swagger page to open the REST API's Swagger page.