module Bearcat class Client < Footrest::Client module Accounts def account(account) get("/api/v1/accounts/#{account}") end end end end