Edges - エッジへのアクセスオブジェクト ================================================================== エッジリソースへのアクセスAPIを提供します。 .. testsetup:: from intdash import * .. automodule:: intdash :noindex: Request Methods ---------------- .. warning:: 以下のアクセスオブジェクトは、必ず `client` の `edges` を使用して生成してください。 .. code-block:: python client = intdash.Client(...) client.edges.list(name='foo') .. autoclass:: Edges(...) :members: Request Params ---------------- .. autoclass:: EdgeType(...) :members: :undoc-members: Response ---------------- .. autoclass:: Edge(...)