Simple.OData.Client helps you interact with OData APIs that comply with any version of the OData standard. Modern APIs will likely want to use the Simple.OData.V4.Client package, which has a smaller memory footprint and is optimized for OData V4. Commonly used types: Simple.OData.Client.ODataClient
$ dotnet add package Simple.OData.ClientReleases | Documentation | OData v4.01 Documentation
This package contains the complete Simple.OData.Client solution, encompassing all versions of the OData specification.
Most modern OData APIs will want to use the Simple.OData.V4.Client package, which has a lighter memory footprint. If you only need to support OData v3 and earlier, you can use the Simple.OData.V3.Client package.
This library supports all of the .NET runtimes Microsoft supports as of March 2024. This includes: