qxf2-page-object-model icon indicating copy to clipboard operation
qxf2-page-object-model copied to clipboard

Restructure endpoint generator

Open shivahari opened this issue 9 months ago • 0 comments

I have made the following changes to the API Endpoint Generator project:

  1. I replaced the utils/generate_endpoint_from_openapi_spec.py file with the following modules:
  • api_auto_generator/endpoint_module_generator.py
  • api_auto_generator/endpoint_name_generator.py
  • api_auto_generator/openapi_spec_parser.py
  1. I have added a api_auto_generator/templates directory to house the Jinja2 template file

  2. I have added a api_auto_generator/Endpoint_Generator.md file to detail instructions on:

  • How to run the script
  • How the script works
  • Limitations & Constraints

shivahari avatar May 15 '24 15:05 shivahari