SODA.NET icon indicating copy to clipboard operation
SODA.NET copied to clipboard

Serialization error upon GetMetadata

Open lmeyers opened this issue 3 years ago • 0 comments

The SDK worked well for many years however now I am encountering serialization errors with the most basic operations. I saw there was related update in v .08, but I am using most recent v.1. Example call that results in serialization error:

      Dim client = New SodaClient("https://data.medicare.gov", ConfigurationManager.AppSettings("SodaAccessKey"))
      client.GetMetadata("ct36-nrcq") 

lmeyers avatar Jan 27 '21 17:01 lmeyers