circle_api

Crates.iocircle_api
lib.rscircle_api
version0.1.1
sourcesrc
created_at2023-11-25 15:30:42.597092
updated_at2023-11-25 22:32:05.304913
descriptionA library for interacting with the CircleCI API
homepage
repositoryhttps://github.com/sssemil/circle_api
max_upload_size
id1048363
size67,169
Emil (sssemil)

documentation

README

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
Commit count: 30

cargo fmt