Closed richardolsson closed 6 years ago
Right now, most use cases (resource requests) use promises, whereas init() uses a callback. Consider using promises throughout. This would affect the error handling proposed by #18.
init()
Achieved by #24 (where init() no longer exists).
Right now, most use cases (resource requests) use promises, whereas
init()
uses a callback. Consider using promises throughout. This would affect the error handling proposed by #18.