EspressoSystems / surf-disco

Client library for Tide Disco applications

Home Page:https://surf-disco.docs.espressosys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Client library for Tide Disco applications

https://surf-disco.docs.espressosys.com

License:MIT License


Languages

Language:Rust 91.5%Language:Nix 8.5%