Skip to content

Commit

Permalink
Add missing period in RestClient documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghainesii authored and snicoll committed Sep 15, 2023
1 parent 9d7f9b5 commit 0a324ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This can be done with `method(HttpMethod)`, or with the convenience methods `get

==== Request URL

Next, the request URI can be specified with the `uri` methods
Next, the request URI can be specified with the `uri` methods.
This step is optional, and can be skipped if the `RestClient` is configured with a default URI.
The URL is typically specified as `String`, with optional URI template variables.
String URLs are encoded by default, but this can be changed by building a client with a custom `uriBuilderFactory`.
Expand Down

0 comments on commit 0a324ea

Please sign in to comment.