[][src]Crate telegraph_rs

telegraph API binding in Rust

See https://telegra.ph/api for more information

Examples

use telegraph_rs::Telegraph;

let telegraph = Telegraph::new("test_account").create().unwrap();

let page = telegraph.create_page("title", "content", false).unwrap();

Re-exports

pub use error::*;
pub use types::*;

Modules

error
types

Structs

AccountBuilder
Telegraph

Type Definitions

Result