An open API service indexing awesome lists of open source software.

https://github.com/careydevelopment/webclient-common

This package includes a factory method for creating a WebClient instance from an endpoint. It also uses filters for logging requests, logging responses, and handling errors.
https://github.com/careydevelopment/webclient-common

api-rest java-11 json service spring-webflux

Last synced: 3 months ago
JSON representation

This package includes a factory method for creating a WebClient instance from an endpoint. It also uses filters for logging requests, logging responses, and handling errors.

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# WebClient Common
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.model.api/webclient-common/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.model.api/webclient-common/1.0.0-RELEASE/jar)

Carey Development API Flyweights includes convenience classes for use with Spring WebFLux.

## Latest Release
You can pull it from the central Maven repositories:

```xml

us.careydevelopment.util
webclient-common
1.0.0-RELEASE

```

## License
This code is under the [MIT License](https://github.com/careydevelopment/webclient-common/blob/main/LICENSE).