macxred / cashctrl_api

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

Remove Unneeded Functionality #10

Closed lasuk closed 4 months ago

lasuk commented 4 months ago

As decided in our meeting, we need the core functionality of CashCtrlAPIClient is:

In addition, we want to implement a specific functionality required at our company

All other functions can be removed.

lasuk commented 4 months ago

In addition, we would like to slightly simplify CashCtrlAPIClient. file_upload():

file_upload(self, local_path, remote_name=None, remote_category=None, mime_type=None)

Changes:

chappi commented 4 months ago

Two remarks:

chappi commented 4 months ago

This branch builds upon the 'hps/extend-filelist' branch which has to be rebased. Not sure what will happen but I'll need to rebase (and solve the conflicts) in this branch then