Simple.OData.Client by Vagif Abilov

<PackageReference Include="Simple.OData.Client" Version="4.25.0" />

.NET API 354,816 bytes

 Simple.OData.Client 4.25.0

Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, 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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Simple.OData.Client</id>
    <version>4.25.0</version>
    <authors>Vagif Abilov</authors>
    <owners>Vagif Abilov</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>https://github.com/object/Simple.OData.Client</projectUrl>
    <iconUrl>http://www.odata.org/wp-content/uploads/2014/05/ODataLogo-96.png</iconUrl>
    <description>Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, 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.</description>
    <summary>Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, 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.</summary>
    <copyright>Copyright 2012-2016 Vagif Abilov</copyright>
    <language>en-us</language>
    <tags>odata data rest client portable pcl net40 net45 silverlight windows8 winrt win8 wp8 wpa81 mono adnroid ios touch</tags>
    <dependencies>
      <group>
        <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
        <dependency id="Microsoft.Bcl" version="1.1.9" />
        <dependency id="Microsoft.Net.Http" version="2.2.28" />
        <dependency id="Microsoft.Data.OData" version="[5.0.0, 6.0.0)" />
        <dependency id="Microsoft.OData.Core" version="[6.0.0, 7.0.0)" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
        <dependency id="Microsoft.Bcl" version="1.1.9" />
        <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
        <dependency id="Microsoft.Net.Http" version="2.2.28" />
        <dependency id="Microsoft.Data.OData" version="[5.0.0, 6.0.0)" />
        <dependency id="Microsoft.OData.Core" version="[6.0.0, 7.0.0)" />
      </group>
      <group targetFramework="Silverlight5.0">
        <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
        <dependency id="Microsoft.Bcl" version="1.1.9" />
        <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
        <dependency id="Microsoft.Net.Http" version="2.2.28" />
        <dependency id="Microsoft.Data.OData" version="[5.0.0, 6.0.0)" />
        <dependency id="Microsoft.OData.Core" version="[6.0.0, 7.0.0)" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="Silverlight5.0" />
    </frameworkAssemblies>
  </metadata>
</package>