#bungie #destiny2 #api-bindings

yanked bungie-rs

A Rust crate for interacting with the Bungie.net API

Uses old Rust 2015

0.1.0 Jun 30, 2018

#5 in #destiny2

MIT license

4KB

bungie-rs Build Status

A Rust crate for interacting with the Bungie.net API

NOTE: This crate is in alpha and highly unstable!

Features

A direct 1:1 link to the Bungie.net API

Usage

extern crate bungie;

use bungie::BungieClient,

fn main() {
    let bungie = BungieClient::new("<api-key>").with_authentication_token("<oauth-token>");
    let manifest = bungie.destiny2().get_destiny_manifest();
}

Dependencies

~14–25MB
~427K SLoC