You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: