bourso-api
bourso-api copied to clipboard
Boursorama / BoursoBank unofficial API and CLI
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
- [ ] Add/Delete recipient - [ ] Create a bank transfer
Hi, I've tested your app, and i've got this error after using the paswd (and well logged in) : Error: Failed to parse order prepare response Caused by: invalid type:...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...
## Why? > The CLI had tightly coupled parsing, IO, and domain logic in a single flow, making it hard to test & extend. ## What? * **Version** * Bump...
## Why? Our CLI currently uses many **primitive types** (`String`, `i64`, etc.) to represent domain concepts like client numbers, account IDs, and quote lengths. This makes validation scattered and fragile,...