Kyle Wilson
Kyle Wilson
I reached out to Microsoft and the Graph API does support subscriptions, much like EWS did. It would be of benefit for some and probably allow them to transition from...
Support added for self-signed certificates. This addresses issue #95. I have tested and confirmed working with the synchronous client.
### Your environment SDK Version: N/A Connect Server Version: N/A OS: N/A Python Version: N/A ## What happened? I am admittedly unsure what category to file this under, but I...
The example for onepasswordconnectsdk.load_dict() in USAGE.md was inaccurate and would result in errors. This has now been corrected and will now actually work. This addresses #97.
### Summary The one connect python SDK does not currently allow for self-signed certificates to be authenticated when creating a new client, these will always fail. ### Use cases Self-signed...
Given that the APIError object returns both a code and message, both should be readily accessible to the end user. The end user can already access this by accessing the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Currently you can...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The documentation for TradingClient.cancel_order_by_id says that it returns a CancelOrderResponse object....
BatchJob.parse_from_string() accomplishes the same function as parse_from_file() but takes the batch job result in-memory and uses that instead of having to have the intermediary step of writing the results to...
**Is your feature request related to a problem? Please describe.** I would like to be able to not just parse from file in BatchJob but also parse from a string....