Closed jwolle1 closed 4 years ago
I just wanted to check if ebaysdk.finding() will continue to work after the March 31, 2020 transition. Details here.
ebaysdk.finding()
Thanks for your work on this project.
I've done some analysis and you can enable HTTPS in your initial connection, it's off by default:
api = Finding(appid=blah, config_file=None, https=True)
Much appreciated.
I just wanted to check if
ebaysdk.finding()
will continue to work after the March 31, 2020 transition. Details here.Thanks for your work on this project.