mispex v0.1.7 MISP.Server View Source
An external server to share data with
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
decoder() View Source
Link to this function
list() View Source
List all servers known by MISP
iex> MISP.Server.list()
{:ok, [
%MISP.Server{
id: "1",
url: "https://example.com"
}
]}