The basic client ================ The wrapper includes the ``Firecrest`` class, which is in practice a very basic client. Together with the authorisation class it takes care of the token and makes the appropriate calls for each action. The ``Firecrest`` class *********************** .. autoclass:: firecrest.v1.Firecrest :members: :undoc-members: :show-inheritance: The ``ExternalUpload`` class **************************** .. autoclass:: firecrest.v1.ExternalUpload :inherited-members: :members: :undoc-members: :show-inheritance: The ``ExternalDownload`` class ****************************** .. autoclass:: firecrest.v1.ExternalDownload :inherited-members: :members: :undoc-members: :show-inheritance: Custom types of the library *************************** .. automodule:: firecrest.types :members: :undoc-members: