groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

Subtask: Fetch results of Add members #17

Open not-so-smart opened 3 years ago

not-so-smart commented 3 years ago

This implementation would need to resolve the Promise returned from Group#add.

this could either be done by long-polling the API or maybe via websockets?

if the average add call doesn't take too long, maybe spamming API requests for a couple seconds would be fine?

would need to have a timeout in case the API never returns for some reason