Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.


Keywords
odata, data, rest, client, portable, pcl, netfx, net40, net45, netstandard, netcore, mono, android, ios
License
MIT
Install
Install-Package Simple.OData.Client -Version 6.0.1

Documentation

Welcome to the Simple.OData.Client

current releasedownloads

Introduction

Simple.OData.Client is a multi-platform OData client library supporting .NET 4.x, netstandard 2.0, Android and iOS. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.

Getting started with Simple.OData.Client
Simple.OData.Client basic API
Simple.OData.Client fluent API
Retrieving data
Modifying data
Request authentication and interception
Advanced OData tutorial
Using Simple.OData.Client with Xamarin iOS and Android mobile apps

Further information can be found on the wiki.

Ecosystem

Project Status Description
simple-odata-client simple-odata-client-status Combined Package that can work with OData feeds that implement both V1-3 and V4 OData Protocol
simple-odata-v3-client simple-odata-v3-client-status Smaller footprint client supporting only OData feeds V1-3
simple-odata-v4-client simple-odata-v4-client-status Smaller footprint client supporting only OData feeds V4

Change log

Detailed changes for each release are documented in the release notes and a list of releases can be found here

Contributors

Thank you to all the people who have contributed to the project.

Source code Contributors

License

MIT-licensed.