Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.33 KB
   ____                                _____                      __          
  / __/    _____ ____ ____ ____ ____  / ___/__  ___ _  _____ ____/ /____  ____
 _\ \| |/|/ / _ `/ _ `/ _ `/ -_) __/ / /__/ _ \/ _ \ |/ / -_) __/ __/ _ \/ __/
/___/|__,__/\_,_/\_, /\_, /\__/_/    \___/\___/_//_/___/\__/_/  \__/\___/_/   
                /___//___/                                                  v1.0  

This project will automatically convert swagger endpoints (YAML file) to a ts file for angular endpoints easy consuming

How To Use

Edit the config.yaml file with the needed configuration

edit config.yaml file

Run the Script with Terminal (python required)

python SwaggerConverter.py -C ./config.yaml

run the script

Congrats, You have generated the TS file

api ts file

api ts file

How to use the generate file

how to use the generated file

how to use the generated file