Struct simplenote::Simplenote [] [src]

pub struct Simplenote { /* fields omitted */ }

API Client. All communications with the API go through this struct

Examples

let client = Simplenote::new("username", "password").uwrap();

Methods

impl Simplenote
[src]

Get notes list

TODO: implement filters