Skip to content

Commit

Permalink
Merge pull request #143 from paulrobinson/patch-1
Browse files Browse the repository at this point in the history
Fixed 'atypical' typo
  • Loading branch information
kdubois authored May 21, 2024
2 parents 936b388 + d296cbe commit dfe111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/08_rest-client.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= REST Client

An atypical scenario in a Microservices architecture is the remote invocation of remote REST HTTP endpoints. Quarkus provides a typed REST client that follows the https://github.com/eclipse/microprofile-rest-client[MicroProfile REST Client, window=_blank] specification.
A typical scenario in a Microservices architecture is the remote invocation of remote REST HTTP endpoints. Quarkus provides a typed REST client that follows the https://github.com/eclipse/microprofile-rest-client[MicroProfile REST Client, window=_blank] specification.
Let's create a REST client that accesses https://fruityvice.com[window=_blank] to get nutrition information about our fruits. The endpoint we're interested in is this one:
Expand Down

0 comments on commit dfe111f

Please sign in to comment.