surf-disco

Crates.iosurf-disco
lib.rssurf-disco
version0.9.5
created_at2024-04-03 12:59:38.942017+00
updated_at2025-09-11 14:31:26.450255+00
descriptionHTTP client for use with tide-disco applications
homepage
repository
max_upload_size
id1195028
size193,982
Jeb Bearer (jbearer)

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