braintreepayment_graphql 0.1.2

This crate allows easy access to the [Braintree](https://www.braintreepayments.com) API via the GraphQL interface.
1
2
3
4
5
6
{
    "merchant_id": "your_merch_id",
    "environment": "Sandbox",
    "public_key": "your_pub_key",
    "private_key": "your_priv_key"
}