-
Notifications
You must be signed in to change notification settings - Fork 219
Add support for URL params in get_url method #590
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I think the way get_url generates URL is great, but does not support when we need to generate a URL with URL parameters.
Describe the solution you'd like
I think the get_url method could accept kwargs to build and return a URL with URL parameters, as passed in the kwargs.
Describe alternatives you've considered
I am currently wiring a wrapper method on top of the sdk method to get a URL with URL params. I think the quick one liner I wrote could be added to the function directly.
Additional context
None.
Reactions are currently unavailable