namaggarwal / splitwise

Python SDK for Splitwise
MIT License
183 stars 46 forks source link

Shall I create a merge request for the undocumented export_friend API? #63

Closed siebert closed 2 years ago

siebert commented 2 years ago

I'm using the splitwise Python API to call the export_friend API periodically via cron, which triggers an export of all expenses as a .csv file and sends via eMail.

The functionality is available via the Web interface of Splitwise, but the API seems to be undocumented. I would like to create a merge request with a new method to call export_friend, but I don't know if undocumented APIs are accepted.

siebert commented 2 years ago

No response, so I close this issue.

namaggarwal commented 2 years ago

Hello @siebert Apologies for no reply. My day job is keeping me too busy. Undocumented API shouldn't be part of this SDK as they list this on their website. Thank you