Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 526 Bytes

File metadata and controls

12 lines (10 loc) · 526 Bytes

templateflow.api module

templateflow.api mirrors the long-standing global helpers while delegating all heavy lifting to a shared :class:`templateflow.client.TemplateFlowClient` instance. The directives below document both the public functions and the proxied client so that migration guides can reference consistent API signatures.

.. automodule:: templateflow.api
   :members: get, ls, templates, get_metadata, get_citations, TemplateFlowClient
   :imported-members:
   :member-order: bysource