Skip to main content
ReqRest avatar

ReqRest

NuGet publisher profile

Packages
4
Total Downloads
49.2K
49,187

Packages (4)

ReqRest.Serializers.NewtonsoftJson package icon

ReqRest.Serializers.NewtonsoftJson

An extension package for the ReqRest library. This package provides a JSON serializer based on the Newtonsoft.Json library. Learn more about ReqRest at https://github.com/ReqRest/ReqRest and https://reqrest.github.io.

28.7K
downloads
ReqRest package icon

ReqRest

ReqRest allows you to easily project a RESTful HTTP API to a C#/VB library that feels and behaves like a normal C# API. If you use ReqRest to wrap your REST API, you will end up with a library that is fully typed, has IntelliSense and compiler support and is thus incredibly easy to use. In addition, ReqRest makes this process as simple as possible. You will be able to leverage a fluent method style for defining how the REST API behaves for different scenarios, i.e. what input it expects and what it returns. Under the hood, ReqRest follows one very simple core philosophy - to be nothing more but an enhancement of the .NET Framework. ReqRest tries to utilize .NET's types whenever possible. As a result, most members in the library are nothing more but a convenient, specialized way to create HTTP requests using .NET's HttpClient API. This means that libraries built with ReqRest are incredibly adaptable. Whatever you can do with an HttpClient, you can do with ReqRest. Your imagination is your limit! Learn more about ReqRest at https://github.com/ReqRest/ReqRest and https://reqrest.github.io.

18.6K
downloads
ReqRest.Serializers.Json package icon

ReqRest.Serializers.Json

An extension package for the ReqRest library. This package provides a JSON serializer based on the System.Text.Json members. Learn more about ReqRest at https://github.com/ReqRest/ReqRest and https://reqrest.github.io.

1.1K
downloads
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.

815
downloads