Landon Gavin
Landon Gavin
This PR is the start of migrating to typescript, exporting type definitions, moving to use vue cli as the bundler for the library, using vue cli as the dev server....
This PR exposes a method to delay the mocks response, adds types, and tests.
Closes: #113
**Is your feature request related to a problem? Please describe.** There are consumers of this library that use enums, we have no tests or examples showing their generation/usage. **Describe the...
If a default value of 0 is specified then it is not generated. I traced it to this line but I do not yet know .hbs if someone wants to...
### Describe the problem useDateType marks the models as Date objects. The service does not convert the date strings to date objects. This is causing the model generated as (Date)...
### Description It would be nice if a property could be passed in to have the OpenAPI spec validated before generation. https://github.com/Redocly/redocly-cli offers an excellent cli for validating spec files.
- **feat: add support for new version of @heyapi and use fetch client instead of axios** - **chore: remove comment** - **chore: remove comment** - **fix: make sure to remove...
### Current Behavior using nx 19, dotnet 8, I have a standard NX repo. First off thank you for the package. 1. `nx g @nx-dotnet/core:app src/backend/my-app` fails to run 2....