1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//! # bezant-api
//!
//! Auto-generated Rust client for the
//! [IBKR Client Portal Web API][cpapi]. Generated from the OpenAPI 3.1 spec
//! vendored in [`bezant-spec`] via [`oas3-gen`].
//!
//! You can consume this crate directly for raw, 1:1 access to every endpoint
//! and type. For a smaller, ergonomic facade — keepalive tasks, pagination
//! helpers, symbol caching — use the [`bezant`] crate on top.
//!
//! ## Regeneration
//!
//! Regenerate with `./scripts/codegen.sh` — it upgrades the vendored 3.0 spec
//! to 3.1, then runs `oas3-gen client-mod`.
//!
//! [cpapi]: https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/
//! [`bezant-spec`]: https://docs.rs/bezant-spec
//! [`bezant`]: https://docs.rs/bezant
//! [`oas3-gen`]: https://github.com/eklipse2k8/oas3-gen
// Generated code — we don't hold it to our hand-written clippy standards.
// Every crate that consumes `bezant-api` has these allows applied transitively
// to silence the noise.
// Generated docstrings frequently include `[1]` / `[0]` literals that
// rustdoc tries to parse as intra-doc links, plus bare URLs that
// aren't formal hyperlinks. Suppress the warnings rather than
// mass-edit the generator output.
pub use *;