Skip to content

SImple library for the ICNDB api

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

archer884/icndb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICNDB

Provides a barebones API for the most important database in the universe.

Usage

let client = icndb::ApiClient::new();
let joke = client.get_by_id(23);

if let Some(joke) = joke.ok() {
    // Time waits for no man. Unless that man is Chuck Norris.
    println!("{}", joke.content);
}

I don't currently provide any options with regard to creating the client; if you want TLS, compile it in. If not, don't.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

SImple library for the ICNDB api

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages