Dennis Hulsmans
Dennis Hulsmans
@pardahlman it seems that the serialization to JSON can't handle null values for a metric type > Newtonsoft.Json.JsonSerializationException: Error converting value {null} to type 'System.Single'. Path 'amount', line 1, position...
@progunnerr , @dsonnet is the method GetAllAsync working? I'm trying to get all "products" per 100 items, but the method doesn't respond the second time it tries to get items....
@progunnerr: if you look at the function itself, it contains a do while and inside the do while it calls the function GetManyAsync with a limit (max 100 results per...