v0.2.1
Bug-fix release correcting three CIAPI endpoint paths so the generated client reaches the live API.
Fixed
session.log_onnow calls the host-root/v2/sessionendpoint CIAPI serves, instead of the unreachable/session/v2/Sessionthat returned401against the documented base URL (#8).user_account.get_client_and_trading_accountnow calls the host-root/v2/UserAccount/ClientAndTradingAccountendpoint instead of the doubled/userAccount/v2/userAccount/...path (#9).margin.get_client_account_marginnow calls the v1/margin/ClientAccountMarginendpoint (under/TradingAPI) instead of the/margin/v2/margin/...path that 404s (#10).
Added
EndpointSpec.host_rooted: host-rooted endpoints resolve their path against the server host root, so CIAPI's/v2session and account endpoints work from the samebase_urlas the/TradingAPIresources.
Full Changelog: v0.2.0...v0.2.1