.. _api_client: ================================== Using ``wetrade``'s API Client ================================== ``wetrade``'s API Client manages requests sent to E-Trade's web API. In general, you will only want a single :class:`APIClient ` (or :ref:`UserSession `) active at one time. Most of the time, users will include their :class:`APIClient ` as a parameter when creating a new :ref:`Quote `, :ref:`Order `, or :ref:`Account ` object (as detailed in :ref:`getting started `), but advanced users can also use :class:`APIClient ` to interact with the API directly. .. autoclass:: wetrade.api.APIClient :members: :undoc-members: