ABAP-Swagger
ABAP-Swagger copied to clipboard
Using ABAP-Swagger with CL_REST_HTTP_HANDLER
Hi there,
I stumbled over this awesome repo while I was searching for a better way to put some more info to my recent REST-Service. Unfortunately I'm struggling a little bit to get things to work.
I use the CL_REST_HTTP_HANDLER class and created multiple handler classes which are attached to a CL_REST_ROUTER via certain paths and that's where my problem starts. I question myself - Is there a way to generate a spec for multiple paths/classes at once? (considering the use CL_REST_HTTP_HANDLER and CL_REST_ROUTER )
Best regards,
Michael
this project is not using CL_REST_HTTP_HANDLER or CL_REST_ROUTER
Hi there,
I know ;), but maybe someone used in that context and got it to work. Would be awesome.