I'm writing a wrapper to Google's Admin SDK. I'm concerned that one of my clients might exceed the API limits. How can I accurately know how many requests the client will still have for the day? Do I need to keep track of this locally somehow? Or does Google provide this information and I've just yet to discover what that method is?
I am using their dotnet client.