Commit 029078d
v0.3.3: add vrp() method + customer regression integration tests
Adds `vrp()` method to the SDK (was missing — customers had to build a REST
fallback for /v1/vrp). Also adds 16 live-API regression tests guarding the
exact response shapes and URL patterns reported by an Alpha user:
- Nested VRP payload (vrp.z_score, gex_conditioned.harvest_score,
regime.net_gex, directional.downside_vrp/upside_vrp)
- exposure_summary nesting (exposures.net_gex)
- URL prefix mix (/stockquote vs /v1/stock/{sym}/summary)
- Canonical /v1/screener URL
- docs/api.md — full endpoint reference
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e6ddaa7 commit 029078d
5 files changed
Lines changed: 2294 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 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 | + | |
3 | 33 | | |
4 | 34 | | |
5 | 35 | | |
| |||
0 commit comments