-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
print(call)
did provide "the" request_url
by default before, but the problem is that the request URL changes based on what further options we provide; see the args to request_url
. If you think if a better name for request-URL-with-default-args-for-request_url
-but-other-arguments-baked-in, please add it!
Originally posted by @brookslogan in #81 (comment)
Ideal workflow is something like: print(call)
by default pretty prints the args and the request url with all the correct arguments set. Implementation details unclear though.