#circle #api #api-key #entity #secret #circle-ci

circle_api

A library for interacting with the CircleCI API

2 releases

0.1.1 Nov 25, 2023
0.1.0 Nov 25, 2023

#17 in #circle

43 downloads per month

MIT license

20KB
486 lines

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

Dependencies

~10–25MB
~406K SLoC