Skip to content

Commit

Permalink
Merge pull request #10 from wiremock/add-reference-docs
Browse files Browse the repository at this point in the history
Add reference docs
  • Loading branch information
leeturner authored Feb 15, 2024
2 parents cab8c10 + 0215187 commit 90ca7e1
Show file tree
Hide file tree
Showing 2 changed files with 2,059 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ new WireMockServer(wireMockConfig().extensions(RandomExtension.class));
### Step 3: Use it in your stubs!

{% raw %}
```yaml
```handlebars
{{ random 'Name.first_name' }}
```
{% endraw %}
Expand All @@ -46,3 +46,5 @@ This will generate random first names in the `en-US` locale for every request.
### Technical notes
This library brings `net.datafaker:datafaker` as transitive dependency, which may result in conflicts at building time.
If that's the case, the `net.datafaker:datafaker` dependency needs to be excluded.

For a full reference of the available keys, see the [Reference Documentation](./docs/reference.md).
Loading

0 comments on commit 90ca7e1

Please sign in to comment.