public class JsonbinClient extends Object
| Constructor and Description |
|---|
JsonbinClient(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
get(JsonbinRequest<R> request)
make a read request to jsonbin service.
|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
post(JsonbinRequest<R> request)
create a new json bin item.
|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
put(JsonbinRequest<R> request)
update a json bin document.
|
public JsonbinClient(com.fasterxml.jackson.databind.ObjectMapper mapper)
public <R> reactor.core.publisher.Mono<JsonbinResponse> get(JsonbinRequest<R> request) throws IOException
request - paramters.IOException - error.public <R> reactor.core.publisher.Mono<JsonbinResponse> put(JsonbinRequest<R> request)
request - with params.public <R> reactor.core.publisher.Mono<JsonbinResponse> post(JsonbinRequest<R> request)
request - with paramtersCopyright © 2015–2019. All rights reserved.