Captures - キャプチャーへのアクセスオブジェクト ================================================================== キャプチャーリソースへのアクセスAPIを提供します。 .. testsetup:: from intdash import * .. automodule:: intdash :noindex: Request Methods ---------------- .. warning:: 以下のアクセスオブジェクトは、必ず `client` の `captures` を使用して生成してください。 .. code-block:: python client = intdash.Client(...) client.captures.get(uuid='bd670121-e420-49d5-b3eb-e6b5c103e454') .. autoclass:: Captures(...) :members: Response ---------------- .. autoclass:: Capture(...)