circle_api 0.1.1

A library for interacting with the CircleCI API
Documentation

Circle Payment Service

Crates.io

A heavy WIP implementation of Circle's payment API in Rust. Mostly following this guide: https://learn.circle.com/quickstarts/dev-controlled-wallets

Usage

In .env

CIRCLE_API_KEY=your_api_key
CIRCLE_ENTITY_SECRET=your_entity_secret

And then:

cargo run --example managed_wallet