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
The API I use is quite verbose, with many, many arguments. As a result, some commands are ridiculously long, sometimes > 100 characters. I could off course add aliases, but I also have a stupid amount of endpoints. I tend to not need the extremely long endpoints, so I don't really want to touch them in my (auto-generated) OpenAPI spec.
It would be nice to have the option to remove the superfluous base path (api-rest-) portion from the commands.
The text was updated successfully, but these errors were encountered:
I use an API that uses a base with a path, e.g
example.com/api/rest
.This results in cli commands in the form of:
The API I use is quite verbose, with many, many arguments. As a result, some commands are ridiculously long, sometimes > 100 characters. I could off course add aliases, but I also have a stupid amount of endpoints. I tend to not need the extremely long endpoints, so I don't really want to touch them in my (auto-generated) OpenAPI spec.
It would be nice to have the option to remove the superfluous base path (
api-rest-
) portion from the commands.The text was updated successfully, but these errors were encountered: