Class: Spendee::Clients::WalletGetTransactions

Inherits:
BaseClient
  • Object
show all
Defined in:
lib/spendee/clients/wallet_get_transactions.rb

Instance Method Summary collapse

Instance Method Details

#index(token, device_uuid) ⇒ Object



6
7
8
# File 'lib/spendee/clients/wallet_get_transactions.rb', line 6

def index(token, device_uuid)
  post(headers: default_headers(token, device_uuid))
end