RestSharp by John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community

<PackageReference Include="RestSharp" Version="107.2.2-alpha.0.1" />

.NET API 138,240 bytes

 RestSharp 107.2.2-alpha.0.1

Simple REST and HTTP API Client

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RestSharp</id>
    <version>107.2.2-alpha.0.1</version>
    <authors>John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community</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="dcaeb34c5e961b9e53f850dc21ae61edf08a3cc3" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="System.Text.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Text.Json" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>