Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference docs #10

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading