How To add http endpoints not based on a domain entity #7212
Unanswered
liorbalmas
asked this question in
Q&A
Replies: 0 comments 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to create an endpoint that simply creates a pdf file on the filesystem. There's no domain and db here.
In the docs the examples use CrudAppService with a domain entity, and endpoints are created automatically.
I tried to create an the controller manually but couldn't see it in swagger.
How can endpoints can be created manually for cases such as this one?
Generally asking, Is abp suitable for APIs that are more of a utilities apis without Domain and DB Layers?
I hope the answer is yes because of other advantages of the framework
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions