79 packages tagged with “rest-api”
A light-weight REST Api framework for ASP.Net 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.
A Rest-only client for DSharpPlus.
The NeerCore.Api package is a set of base classes for configuring and easier work with ASP.NET web applications. It is a library for simplified writing of .NET apps. It integrates a popular set of core libraries that are required for developing full-fledged apps, but they don't come out of the box in ASP.NET. NeerCore can be used as shown in the examples in the official repository, or separately in parts that you need. You can also use part of the code from the repository if you do not need to include "one more nuget package" or if your project is not support the version of .NET on which NeerCore was created.
Boilerplate-free, idiomatic JSON:API for your beautiful, idiomatic F# domain model. Optimized for developer happiness.
Solid.Http.Core is a library to simplify http calls in C#. It's designed to be async and fully extendable.
Solid.Http.Json is an extension to Solid.Http.Core for working with json http responses using System.Text.Json.
Azure Cosmos REST-API Client for Modern C++
Solid.Http is a library to simplify http calls in C#. It's designed to be async and fully extendable.
.net9 webapi template with classes in ddd-style. Preconfigured with Automapper, MediatR, FluentValidation, XUnit, FluentAssertations, Health Checks, JwtAuthentication, EF Core 9, Serilog and Swagger. Using Commands and Queries (CQRS) to distinguish between reading or modifing data. Includes preconfigures XUnit project to test MediatR handlers. Support for .net9 and c# 13 language features.
Biblioteca .NET para consumo dos serviços (API's) fornecidos pela BITSIGN, recepção de callbacks e demais recursos para a integração entre sistemas.
Solid.Http.Json.Core is a package containing shared classes for json deserialization in Solid.Http.Core.
Kakao API C# Library
A .NET Standard wrapper for Assembla REST API.
C# library for the Cryptlex Web API
A lightweight, highly compatible .NET library for simplifying the consumption of REST APIs
Endpoint Mapper for ASP.NET Core 8
Kampute.HttpClient is a versatile and lightweight .NET library that simplifies RESTful API communication. Its core HttpRestClient class provides a streamlined approach to HTTP interactions, offering advanced features such as flexible serialization/deserialization, robust error handling, configurable backoff strategies, and detailed request-response processing. Striking a balance between simplicity and extensibility, Kampute.HttpClient empowers developers with a powerful yet easy-to-use client for seamless API integration across a wide range of .NET applications.
Use F# to create and consume flexible, strongly typed web APIs following the JSON:API specification.
Project template to create production-ready RESTful service based on ASP.Net 6. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features
C# wrapper for Atlassian Bamboo
Single/generic WebApi endpoint for mediators
A helper to fetch API services using Refit and Fusillade
A REST-full Approach for Hybrid Quantum-Classical Circuit Modeling
.NET global tool to ease data synchronization between data repositories
This package is an extension package for Kampute.HttpClient, enhancing it to manage application/json content types, using Newtonsoft.Json library for serialization and deserialization of JSON responses and payloads.
This package is an extension package for Kampute.HttpClient, enhancing it to manage application/xml content types, using DataContractSerializer for serialization and deserialization of XML responses and payloads.
This package is an extension package for Kampute.HttpClient, enhancing it to manage application/xml content types, using XmlSerializer for serialization and deserialization of XML responses and payloads.
A simple http server implementation with a few goodies built around NET's HttpListener.
This package is an extension package for Kampute.HttpClient, enhancing it to manage application/json content types, using System.Text.Json library for serialization and deserialization of JSON responses and payloads.