macxred / cashctrl_api

Python client for the CashCtrl REST API
MIT License
0 stars 0 forks source link

Extend file_list to Include Category Paths #5

Closed lasuk closed 4 months ago

lasuk commented 4 months ago

Extend file_list to return a pandas data frame, including a recursive path of the category the file is associated with.

CashCtrlApi.file_list(self) -> pd.DataFrame

Please test this method with a test in the test suite.