Jeongho Nam

Results 144 comments of Jeongho Nam

Do you have a good idea that how SDK should be generated? If you have insight about it, can you write an example SDK code about that?

I mean just interface design goal of SDK what you want. Don't be burdened please.

> Hello. Would it be possible to export only types (with SDK generator) but no sdk on nestia's new remaked version? I didn't understand the question. What are you curious...

Good idea, but do not know how to, and not enough ime to study right now. Hope someone to contribute about this.

Only `typia.json.application()` function get the exact alias name of it, but other validation functions are not. It's because in the TypeScript compiler API, the `type` means an `alias` of another...

Well, the way using type tag seems more terrible. It would be better to finding the detour way for only one object alias type case by hard coding \o/. Wait...

As I'm using not typeorm but prisma instead, I'm not familiar with above libraries. At least to support those automatic CRUD, you should suggest the detailed specs what you want.

Analyzed the target libraries and understood that your suggestion can be accomplished just by developing an abstract class capsuled in a function, so that need not to make independent library....

@afilp Here is the example. As you can see, no special library required. Just copy and paste the abstract controller class and customize for your use case. 1. Abstract CRUD...