RestSharp by .NET Foundation and Contributors

<PackageReference Include="RestSharp" Version="108.0.3" />

.NET API 156,672 bytes

 RestSharp 108.0.3

Simple REST and HTTP API Client

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RestSharp</id>
    <version>108.0.3</version>
    <authors>.NET Foundation and Contributors</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>restsharp.png</icon>
    <projectUrl>https://restsharp.dev/</projectUrl>
    <description>Simple REST and HTTP API Client</description>
    <repository type="git" url="https://github.com/restsharp/RestSharp.git" commit="cbcc74b8645966cfefbbebd57d54f558ff78c9aa" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="System.Text.Json" version="5.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Text.Json" version="5.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>