-
Hey, my team is currently using `class-validator` which I'm not a fan of it at all :) With Nest.js which means we're pretty locked on classes being available in the runtime for Nest to be happy.
I tr…
RIP21 updated
3 years ago
-
**Describe the bug**
When using **models.TextChoices** and **gettext_lazy** get different names for the enum in the resulting schema and swagger UI
**To Reproduce**
view.py
```
from django.u…
-
Currently, validation decorators are only added to `CreateDTO` and `UpdateDTO`, the types of DTOs which are used to send data to the API, unlike `Entity` and `plain DTO`, which are returned by the API…
-
- Moulinette is a big meh
- utils could be in YunoHost core with the other utils
- i18n, error handling and logging configuration could be a YunoHost utils as well
- the real "features" ar…
-
Right now, if I want to add anything to an entity that requires a decorator, I have to either edit the generated result, or inherit from the entity, only to redefine all affected properties.
This i…
-
# Add Support for ES7/TypeScript Decorators
Per my convo with @jsdevel on Gitter, I'd like to propose adding some implementation for decorators.
## Example
**ZooController.ts**
``` javascript
@cont…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
Extending non-standard …
-
There is still some follow up work that needs to be done after #78 (taken from my comment [here](https://github.com/strongloop/loopback4-example-microservices/pull/78#pullrequestreview-107381671))
- …
-
## Summary
What: Add OpenApi Specification (Swagger) on Resources using Typescript Decorators.
Why: Because many programmers need to this feature to make documentation about their rest apis.
…
-
I have a restful resource that takes an argument specifying the database table that it should query. The tables are each also set up as swagger models and the resource correctly returns results based…