zooniverse / json-api-client

Apache License 2.0
10 stars 5 forks source link

Track current reads/writes #3

Closed brian-c closed 9 years ago

brian-c commented 9 years ago

This makes the client instance keep track of how many read and write requests are out.

It also makes it extend Model so it can emit an event when those numbers change.

This'll be used to display a "Loading..." message.