Found 131 repositories(showing 30)
leemason
NHP Theme Options Framework has been replaced by the Fluent Framework which is out now!. Please direct all issues / requests to The Fluent Framework:
Pathoschild
A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.
shiftcode
DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
halower
Fluent jqGrid Html Helper for ASP.NET MVC. JqGridForMvc is most simple and popular JqGrid plugin that can be used to quickly create a commercial request form. We are also pursuing: "write less, do more", if you have any questions or help with it you can send email to me or contact me
mitranim
[MOVED to mitranim/js] Tiny shortcuts for using the native fetch API. Provides a fluent builder-style API for request building and response reading.
zerobig
1С библиотека запросов в функциональном стиле
CA-DevTest
A fluent Java API for virtualizing HTTP services. Service virtualization simplified. No endpoint configuration. Import/export of request-response pairs.
CA-DevTest
A fluent Java API for virtualizing HTTP services. Service virtualization simplified. No endpoint configuration. Import/export of request-response pairs.
stickfigure
Java library for making HTTP requests with a fluent, immutable API
Laragear
Manage multiple REST servers to make requests in few lines and fluently.
delight-im
Fluent interface for easy HTTP requests to web servers (GET, POST, PUT or DELETE)
nrkno
Library for sending Http Requests, including a fluent interface for creating HttpClient instances
DmitryBugaychenko
Lightweight utility which exposes built-in gRPC features including load balancing, high availability (retries and request hedging), health checks without any additional entities. No side cars, proxies or external control planes. Just client, server and tiny fluent configuration :)
EhsanMrf
"FilterSharp empowers developers to apply filtering, sorting, pagination, and change requests securely on IQueryable data sources. With support for Fluent API and attribute-based rules, it allows fine-grained control over query permissions to prevent unauthorized operations. Simplify data processing while ensuring security and efficiency."
trympet
An IPC implementation of MediatR with support for Named Pipes and Unix Domain Sockets using Protobuf. Register IPC requests with assembly scanning or fluent registration. Support for connection pooling and request cancellation.
Playwright UI & API automation framework built with TypeScript for AutomationExercise.com. Page Object Model, JSON Schema validation (AJV), fluent API request handling, request/response logging, data-driven tests, Faker.js for dynamic test data, custom fixtures, and parallel execution across Chromium, Firefox & WebKit.
appzmonster
Fetch-interceptor is a JavaScript library to enable request interceptor feature on Fetch API. The library extends Fetch API and uses fluent API design to allow chaining of one or multiple request interceptors to a Fetch API request.
theflyingcodr
A simple request validator for go with a fluent api
anotherdev
A fluent api wrapper for RoboSpice requests
nonestack-blog
Spring Framework introduces RestClient a new Fluent API to make synchronous HTTP requests
Syntactic sugar in a single file and a Nuget package for the System.Net.Http.HttpClient class. Write beautiful, expressive and simple HTTP requests with a fluent interface and minimal dependencies.
DenisKovalyonokSamples
Web API sample of eLearning system. Solution include web site (ASP.NET MVC), web api (ASP.NET Web API 2), ORM (NHibernate with Fluent Mappings), Database (MySQL). Unit tests presented for all API requests.
vitorestevam
A friendly http wrapper
ximtech
Fluent library for formatting http requests
tigusigalpa
Modern Go library for taapi.io technical analysis API. Features fluent interface, type-safe enums, comprehensive error handling, and full API coverage. Supports direct indicators, bulk requests, and manual calculations with custom candle data. Production-ready with complete test coverage and zero dependencies. Golang
D1f3r3nt
Backend for paddle court booking app built with Swift Vapor, featuring endpoints to manage bookings and integrated with PostgreSQL via Fluent for data storage. Implements JWT authentication to secure access, associating requests with user IDs. Includes Dockerfile for deployment on Fly.io with separate databases for local and dev environments.
surajvish
HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if HTTP/2 isn’t available). Transparent GZIP shrinks download sizes. Response caching avoids the network completely for repeat requests. OkHttp perseveres when the network is troublesome: it will silently recover from common connection problems. If your service has multiple IP addresses OkHttp will attempt alternate addresses if the first connect fails. This is necessary for IPv4+IPv6 and for services hosted in redundant data centers. OkHttp initiates new connections with modern TLS features (SNI, ALPN), and falls back to TLS 1.0 if the handshake fails. Using OkHttp is easy. Its request/response API is designed with fluent builders and immutability. It supports both synchronous blocking calls and async calls with callbacks. OkHttp supports Android 2.3 and above. For Java, the minimum requirement is 1.7.
hiro-su
fluent plugin to accept multiple json/msgpack events in one HTTP request
halforbit
Easily define and execute web requests with strong request and response types, and a simple fluent interface.
bakerface
A fluent interface for HTTP requests in Node.js