Currently the name, entrypoint, and path for each entrypoint need to be explicitly defined in the YAML file. These should be made dynamic so that only entrypoint is the required.
o name if not defined can be same as the entrypoint
o path can be computed using the python inspect module (for GET endpoints)
Currently the name, entrypoint, and path for each entrypoint need to be explicitly defined in the YAML file. These should be made dynamic so that only entrypoint is the required.
o name if not defined can be same as the entrypoint
o path can be computed using the python inspect module (for GET endpoints)