larshp / ABAP-Swagger

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

pretty print generated json spec #44

Open larshp opened 5 years ago

xinitrc86 commented 5 years ago

Hi larshp, I have achieved this by using class /ui2/cl_json, replacing the transformations in methods from_body and json_reply of clas zcl_swag. For the spec I've changed zcl_swag_spec, method parameters, where it prints sconame.

Unfortunately, I'm unable to push...let me know how I can contribute.

Regards, xinitrc86

larshp commented 5 years ago

see https://guides.github.com/introduction/flow/

first fork the project, push the changes to your fork and create a pull request