Spatio.Model.NoteListEnvelope (spatio_sdk v0.0.2)

Standard fan-out response for GET /v1/notes. Items aggregate notes across every connected account that contributed to the call; each contributing account contributes one accounts[] entry — including failed accounts, so the client can render which providers contributed and which errored without the call itself failing.

Summary

Types

t()

@type t() :: %Spatio.Model.NoteListEnvelope{
  accounts: [Spatio.Model.AccountStatus.t()],
  items: [Spatio.Model.Note.t()]
}

Functions

decode(value)