The PR adds functionality to parse the JSON body sent by the user and then generates random data and fills according to needs. Initially, there are the following categories.
String
Enum (any list provided by user)
First Name
Last Name
Country Name
Number
specify max and min ranges.
Related Issue
Fix #41
Motivation and Context
This is the core of the project :smile:
How Has This Been Tested?
Tested manually, tests need to be written.
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
The PR adds functionality to parse the JSON body sent by the user and then generates random data and fills according to needs. Initially, there are the following categories.
Related Issue
Fix #41
Motivation and Context
This is the core of the project :smile:
How Has This Been Tested?
Tested manually, tests need to be written.
Screenshots (if appropriate):
Types of changes
Checklist: