Crate wwsvc_rs[][src]

Expand description

WEBSERVICES Client

wwsvc_rs is a web client which is used to consume SoftENGINE’s WEBSERVICES, a proprietary API for their software WEBWARE.

Re-exports

pub use cursor::Cursor;
pub use app_hash::AppHash;
pub use client::WebwareClient;
pub use async_client::WebwareClient as AsyncWebwareClient;

Modules

Module containing the app hash, which is needed for each request.

Module containing the async client.

Module containing the default client.

Module containing the pagination cursor.

Structs

A Response to a submitted Request.

The Request Method (VERB)

A Response to a submitted Request.

Enums

Represents any valid JSON value.