omise-python
omise-python copied to clipboard
Omise Python Library
Restructure code project - separate each business model - wrap utility function to single file
We are going to deprecate `retrieve()` method and using `list()` instead but we should warn our customers that still using `retrieve()` for a while
Objective Understand github code analyzer Description Enable using github code analyze.
As per the documentation, a charge's attribute "schedule" should be an object id expandable. But calling charge.schedule() returns a list of all the charges in the account. ```python charge =...
Currently `retrieve()` is being used for object retrieval when an object ID is given, and collection retrieval for account-level objects when an object ID is not given. Due to this,...
### Expected behavior Expected to not receive `SyntaxWarning` ### Actual behavior ``` remote: ! /app/.heroku/python/lib/python3.12/site-packages/omise/__init__.py:272: SyntaxWarning: invalid escape sequence '\*' remote: ! """Update account settings with the given arguments. remote:...