larshp / ABAP-Swagger

Expose ABAP REST services with Swagger/openapi spec
MIT License
97 stars 40 forks source link

Using ABAP-Swagger with CL_REST_HTTP_HANDLER #42

Open mgollmer opened 5 years ago

mgollmer commented 5 years ago

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

larshp commented 5 years ago

this project is not using CL_REST_HTTP_HANDLER or CL_REST_ROUTER

mgollmer commented 5 years ago

Hi there,

I know ;), but maybe someone used in that context and got it to work. Would be awesome.