lakenen / node-box-view

A node client for the Box View API
MIT License
13 stars 2 forks source link

Add retry logic to all methods (fix #5) #7

Closed lakenen closed 10 years ago

lakenen commented 10 years ago

Add a retry option to all methods, which will cause the method to retry if the response contains a retry-after header.

lakenen commented 10 years ago

@seanrose, what do you think?