How to apply the function of automatically generating swagger documentation in tsed to other projects? #1940
Unanswered
FuHongBiao
asked this question in
Q&A
Replies: 1 comment
-
You have to use Ts.ED decorators from `@tsed/schemaˋ on a class. I don’t use thinkjs so I don’t know how this framework works. getSpec(MyController) return a partial openspec schema. See you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello every one.I have a thinkjs project now, I want to use tsed's auto-generate swagger documentation function, how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions