gh_api 0.3.1

Github API client
Documentation
[features]
default = ["gzip"]
gzip = ["reqwest/gzip"]

[package]
authors = ["Sam Denty <sam@samdenty.com>"]
description = "Github API client"
edition = "2018"
license = "GPL-3.0"
name = "gh_api"
readme = "README.md"
version = "0.3.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest]
version = "0.11.12"
[target."cfg(target_arch = \"wasm32\")".dependencies.reqwest]
package = "reqwest-wasm"
version = "0.11.16"