-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: get_stripe_dashboard_url() #291
Comments
@jleclanche That's a cool idea that we're investigating right now. The issue is how to ensure that the URLs are still valid if you're on a version and then they change in the future. We're discussing it internally and I'll follow up once we come up with a plan! |
Has there been some progress / decision being made in this regard? |
@blueyed It's not something we would build for now but I'll tag it as future as something we might want to look into! |
We have implemented our own "Stripe url builder" for the various resources. Here is our function def to give an idea of what it supports. It would be great to have Stripe make a method like
|
Had to implement a way to get the Stripe dashboard URL matching a stripe object for dj-stripe/dj-stripe#465. It'd be really nice if a solution for it were in the stripe library itself.
There is already a way in
util.py
to get the URL for a Request object, but not a generic way to get any object's dashboard url.The text was updated successfully, but these errors were encountered: