"big-integer"
and "big-decimal"
formats."binary"
and "byte"
formats.Map
to store bindings.LinkedHashMap
to maintain the insert order of entries.Bindings
using a DataBindings
for the copy.Bindings
.Requester.delete(String, Object, Format)
with delete("", arguments, _format)
Requester.delete(String, Object, Format)
with delete(urlSuffix, null, _format)
Requester.delete(String, Object, Format)
with delete(urlSuffix, arguments, _format)
urlBase + urlSuffix
.HTTP
proxied endpoint.8080
.urlBase
.T
JSON API objects as a IJsonList<T>
.Requester.getMany(String, Object, Format)
with getMany(urlSuffix, null, _format)
Requester.getMany(String, Object, Format)
with getMany("", arguments, _format)
Requester.getMany(String, Object, Format)
with getMany(urlSuffix, arguments, _format)
urlBase + urlSuffix
.T
JSON API object specified in the urlSuffix
, such as "/108"
.T
JSON API object specified in the urlSuffix
, such as "/108"
.Requester.getOne(String, Object, Format)
with getOne("", arguments, _format)
Requester.getOne(String, Object, Format)
with getOne(urlSuffix, arguments, _format)
urlBase + urlSuffix
.jsonValue
.Bindings
.Bindings
with methods to transform the Bindings contents to JSON, YAML, CSV, and XML and to conveniently
use the Bindings for JSON Web services.Requester.patchMany(String, List, Format)
with patchMany("", payload, _format)
Requester.patchMany(String, List, Format)
with patchMany(urlSuffix, payload, _format)
urlBase + urlSuffix
.Requester.patchOne(String, Object, Format)
with patchOne("", payload, _format)
Requester.patchOne(String, Object, Format)
with patchOne(urlSuffix, payload, _format)
urlBase + urlSuffix
.Requester.postMany(String, List, Format)
with postMany("", payload, _format)
Requester.postMany(String, List, Format)
with postMany(urlSuffix, payload, _format)
urlBase + urlSuffix
.Requester.postOne(String, Object, Format)
with postOne("", payload, _format)
Requester.postOne(String, Object, Format)
with postOne(urlSuffix, payload, _format)
urlBase + urlSuffix
.map
field.putAll
is implemented using Map.putAll
.Requester.putMany(String, List, Format)
with putMany("", payload, _format)
Requester.putMany(String, List, Format)
with putMany(urlSuffix, payload, _format)
urlBase + urlSuffix
.Requester.putOne(String, Object, Format)
with putOne("", payload, _format)
Requester.putOne(String, Object, Format)
with putOne(urlSuffix, payload, _format)
urlBase + urlSuffix
.Requester
from a JSON API type eg., User.request()
.Bindings
to a URL with a JSON response.Bindings
to a URL with a YAML response.Bindings
instance to CSV nested in a root element named "object"
Bindings
instance to CSV with in a root element with the specified name
Bindings
instance into an CSV formatted StringBuilder target
with the specified indent
of spaces.Bindings
instance to a JSON formatted StringBindings
instance into a JSON formatted StringBuilder target
with the specified indent
of spaces.value
.target
from the specified value
with the provided left
margin
.Bindings
instance to XML nested in a root element named "object"
Bindings
instance to XML with in a root element with the specified name
Bindings
instance into an XML formatted StringBuilder target
with the specified indent
of spaces.Bindings
instance to a YAML formatted StringBindings
instance into a YAML 1.2 formatted StringBuilder target
with the specified indent
of spaces.username
and password
accessToken
.name : value
pair
See withParam(String, String) - Method in class manifold.json.rt.api.Requester
name=value
parameter to the request URL.Endpoint
with a base URL consisting of this endpoint's base URL + urlSuffix
.Copyright © 2024. All rights reserved.