Browse Source

Merge pull request #1 from apupier/fixLayoutReadme

Fix layout of the readme for bullet points
pull/3/head
Andrea Cosentino 8 years ago committed by GitHub
parent
commit
3270f4f4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.adoc

5
README.adoc

@ -7,8 +7,9 @@ The REST API Level 0 mission shows how to map business operations to a remote pr
Creating an HTTP endpoint using REST and its underlying principles to define your API lets you quickly prototype and design the API flexibly.
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:
. Execute an HTTP GET request on `api/greetings/{name}`` endpoint; using the url parameter `{name}` and producing 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.
. Browse the api's Swagger page.
* Execute an HTTP GET request on `api/greetings/{name}`` endpoint; using the url parameter `{name}` and producing 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.
* Browse the api's Swagger page.
== Deployment options

Loading…
Cancel
Save