surf-disco

Crates.iosurf-disco
lib.rssurf-disco
version0.9.0
sourcesrc
created_at2024-04-03 12:59:38.942017
updated_at2024-07-02 17:29:08.42681
descriptionHTTP client for use with tide-disco applications
homepage
repository
max_upload_size
id1195028
size62,223
crate-managers (github:espressosystems:crate-managers)

documentation

README

Surf Disco

A client library for Tide Disco applications.

Quick Start

let client: Client<ClientError> = Client::new(url_for_tide_disco_app);
let res: String = client.get("/module/route").send().await.unwrap();

To learn more, read the API reference.

Commit count: 0

cargo fmt