api 0.2.0

abstraction for HTTP API clients
Documentation
[dependencies.hyper]
optional = true
version = "0.10"

[dev-dependencies]
hyper = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"

[features]
default = []
use-hyper = ["hyper"]

[package]
authors = ["hpx <hephex@fucina.io>"]
categories = ["web-programming::http-client"]
description = "abstraction for HTTP API clients"
documentation = "https://docs.rs/api"
homepage = "https://github.com/hephex/api"
keywords = ["api", "http", "client"]
license = "MIT"
name = "api"
readme = "README.md"
repository = "https://github.com/hephex/api"
version = "0.2.0"