qxf2-page-object-model
qxf2-page-object-model copied to clipboard
Restructure endpoint generator
I have made the following changes to the API Endpoint Generator
project:
- 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
-
I have added a
api_auto_generator/templates
directory to house theJinja2
template file -
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