Skip to main content
ReqRest.Examples.JsonPlaceholderClient package icon

ReqRest.Examples.JsonPlaceholderClient

This package provides a fully fledged REST API client implementation using ReqRest for the JSON Placeholder API available at https://jsonplaceholder.typicode.com (made available by GitHub user typicode). The client is created and used for demonstration purposes. It allows you to see how a REST API client can be created with ReqRest and how it can ultimately be used. Since the REST API is, at the end of the day, just a service for fake data, this package is most likely not going to be suitable for any production usage. You can learn more about ReqRest at the GitHub page (https://github.com/ReqRest/ReqRest) and in the official documentation (https://reqrest.github.io). You can find detailed information about this package at the GitHub repository: https://github.com/ReqRest/Examples The repository contains both the commented source code and information about what functions the client supports.

Total Downloads
815
815
Published
Sep 28, 2019
Latest stable version

Install

.NET CLI
dotnet add package ReqRest.Examples.JsonPlaceholderClient --version 1.0.0
Package Manager Console
Install-Package ReqRest.Examples.JsonPlaceholderClient -Version 1.0.0
PackageReference
<PackageReference Include="ReqRest.Examples.JsonPlaceholderClient" Version="1.0.0" />

Frameworks

.NETStandard2.0

Dependencies

ReqRest
.NETStandard2.0
[0.5.0, )
[0.5.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.