New API calls #848
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Came over BM:
No, the API's clientStatus doesn't give that info. But it gives some other useful info so I can implement at least that, thanks for the suggestion (wait for apiclient.py v1.25).
What angers me more about the API is that it doesn't allow to list only the headers of messages, i.e. everything except the message body, like what you get with apiclient.py -l or --ls. Each time I have to grab the whole inbox or the whole sentbox and then show you just headers. If you had hundreds of messages, let alone with the binary files, that would mean MBs if not GBs of useless data transfers :-(
I can easily add the knownnodes info into the clientStatus, add getAllInboxMessagesHeaders and getAllSentMessagesHeaders and fix the broken listAddresses2, but then it will only be in my API and not yours. I can't make a pull request on github because I communicate only via BM. I wish there was a chan where developers could just post their patches and if they were simple and straightforward they would get prompty merged into the github tree..
apipatch.txt
Afaik this repository is considered as abandoned and people are working on a fork (initiated by mailchuck iirc).
You probably want to push enhancements over there.
Edit: just checked the repo out, seems like you already found it ;)
The mailchuck fork will be merged here. This is why I opened a ticket here, because I plan to do it after it's merged.