request_url
handling of default args and other args
#84
Labels
request_url
handling of default args and other args
#84
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 torequest_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.The text was updated successfully, but these errors were encountered: