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

A Socrata Open Data API (SODA) client library for .NET

Results 18 SODA.NET issues
Sort by recently updated
recently updated
newest added

During an Upsert, the following error message is bubbling up from SODA.NET: "One or more errors occurred." However, the error count is zero, and no further information is provided. If...

Fix Uri generation for resource upsert by appending ".json". Without the JSON extension, receive HTTP 406 response after Upsert call. Determine this review Socrata API ([https://dev.socrata.com/docs/row-identifiers.html](https://dev.socrata.com/docs/row-identifiers.html)). Checked against several 4x4s...

See https://socratametadataapi.docs.apiary.io - [ ] Fix the URL for metadata API calls - [ ] Support optional `page` and `limit` parameters for `GET` requests - [ ] Use the `PATCH`...

enhancement

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...

I modified the existing deleterow method to basically redirect to the sodaclient.Upsert method. It still takes the same parameters and returns a SodaResult. I added another DeleteRow method that takes...

Hi, I'm guessing this is me doing something wrong but I cant see what. I get an InvalidOperationException every time I delete a row, even though it deletes successfully. Example...

bug

This is my first foray into C# and .NET, so any pointers/feedback greatly appreciated. I tried to set up the building blocks based off of https://github.com/socrata/socrata-py What it adds: -...

The new `dotnet build` process in [`appveyor.yml`](../blob/master/appveyor.yml) produces the NuGet packages by default. We can add an additional step in the appveyor build to deploy those NuGet packages, greatly simplifying...

enhancement

According to [Socrata's docs](https://dev.socrata.com/docs/datatypes/floating_timestamp.html#,) their datatype `Floating Timestamp` must be encoded using [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) with no timezone offset. It would be nice if the pieces of `SoqlQuery` that might deal with...

enhancement

See [docs](http://docs.socratadiscovery.apiary.io/#) This isn't part of the core SODA API, but might make a nice addition to the `SODA.NET` library (probably as a separate nuget package).

enhancement