Bingex.User.Data.GetApiKeyInfo (Bingex v0.5.1)

Represents response content on Bingex.User.get_api_key_info request.

Summary

Types

t()

@type t() :: %Bingex.User.Data.GetApiKeyInfo{
  api_keys: [Bingex.User.Model.ApiKeyInfo.t()]
}

Functions

decode(arg1)

@spec decode(any()) :: t()

embed_in_reply(reply)

@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())