atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

Rewrite syntaxgeneration and implement support for role-based security and custom auth-schemes #168

Closed perkops closed 1 year ago

perkops commented 1 year ago

This PR introduces the beginning of re-writing syntax tree generation to new ContentGenerators based on StringBuilders. It also includes support for role-based security and custom authentication-schemes suggested in this issue ( #26 ).

Main Features