penknife-gist 0.2.1

GitHub Gist API client with retry, rate-limit, and pagination handling
Documentation
1
2
3
4
5
6
7
8
9
pub mod auth;
pub mod backend;
pub mod client;
pub mod error;
pub mod types;

pub use client::{GistClient, GistPage};
pub use error::GistError;
pub use types::*;