Is your feature request related to a problem? Please describe.
as a developer it is very frustrating that all of the functions use callback style.
Describe the solution you'd like
Switch all of the functions over from using callbacks to using promises. We should also use this time to simplify the responses and make them more uniform. You can use async functions to simplify the code.
Checklist:
[x] I have double-checked that the issue does not currently exist.
[x] I have added the appropriate labels (e.g. bug, enhancement, new feature).
Is your feature request related to a problem? Please describe. as a developer it is very frustrating that all of the functions use callback style.
Describe the solution you'd like Switch all of the functions over from using callbacks to using promises. We should also use this time to simplify the responses and make them more uniform. You can use async functions to simplify the code.
Checklist: