API Overview
xplainpy ships several client classes layered on top of the same Xplain web API. Pick one based on what you need:
Client |
When to use |
|---|---|
|
All new code. Single entry point with 8 namespaces
( |
|
Existing code. Still fully supported. See Legacy. |
|
Calling an endpoint that isn’t yet exposed on
|
Reading order
If you are new to xplainpy:
Getting Started — install + authenticate
Tutorials — work through the examples (all use
XplainSession)Entry Points — the two equivalent ways to create a session
XplainSession — full method reference for the 8 namespaces
If you maintain existing Xsession-based code, jump to Legacy.