This repository contains multiple example projects which highlight how to use the ReqRest library.
Most of these examples are created to be consumed together with the documentation.
To be more specific, the example projects are written with the guides in mind, i.e. they are typically
self-contained and small.
There are exceptions though. For example, the JsonPlaceholderClient
project is basically a standalone
example which even gets published as a NuGet package.
This section contains a list of all available example projects.
Please note that examples with a ReadMe
link below their name have a more detailed description
in another README file.
A fully fledged client for the JSON Placeholder API which demonstrates ReqRest's capabilities. This client is also used by the Getting Started guides of the documentation.
See the LICENSE file for details.