Intel471Ex.Girs (intel471_ex v0.2.0)

Copy Markdown

Functions for working with the Intel 471 Verity GIRS (General Intel Requirements) API.

Service path: integrations/girs/v1

Summary

Functions

Get the GIRS tree.

Functions

tree()

@spec tree() :: {:ok, map()} | {:error, any()}

Get the GIRS tree.

Returns the full hierarchy of General Intel Requirements.

Examples

{:ok, tree} = Intel471Ex.Girs.tree()