ts-api-faker
ts-api-faker copied to clipboard
Micro api faker written in TypeScript which returns faked data from JSON queries
#Changes: - Fix failures in automated tests - Added docker service (login, build, push) on dockerhub
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
{created,updated,modified,deleted}At keys are common date keys, it would be useful if the data they mocked would be a date.
Construct setup to be able to compile ts-api-faker server as binary to provide faster responses.
```json { "first_name": "String", "last_name": "String" } ``` Assuming you receive that payload faker-ai new method should return for Example ```json { "first_name": "{{ name.firstName }}", "last_name": "{{ name.lastName }}"...