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.
Install
dotnet add package ReqRest.Examples.JsonPlaceholderClient --version 1.0.0
Install-Package ReqRest.Examples.JsonPlaceholderClient -Version 1.0.0
<PackageReference Include="ReqRest.Examples.JsonPlaceholderClient" Version="1.0.0" />
Frameworks
Dependencies
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.