You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a result from this API takes a bit of time to calculate the first time. Future calls for the same URL / information within 24 hours will be much faster
Exceptions come from Refit in the form of APIException
WebsiteCarbonClientclient=newWebsiteCarbonClient();WebsiteCarboncarbon=awaitclient.GetDataInBytesInformationAsync(100,1);// 100 is # of bytes, 1 is green status (can be any number, preferably 0 or 1 representing False and True respectively)Console.WriteLine(carbon.CleanerThan);Console.WriteLine(carbon.Statistics.AdjustedBytes);Console.WriteLine(carbon.Statistics.CO2.Grid.Grams);Console.WriteLine(carbon.Statistics.CO2.Renewable.Litres);Console.WriteLine(carbon.Timestamp);
About
A client for WebsiteCarbon's web API, written in C#/NET