Module: Feathr

Defined in:
lib/feathr.rb,
lib/feathr/client.rb,
lib/feathr/config.rb,
lib/feathr/version.rb,
lib/feathr/api/user.rb,
lib/feathr/api/users.rb,
lib/feathr/api/income.rb,
lib/feathr/api/rebate.rb,
lib/feathr/api/account.rb,
lib/feathr/api/cashout.rb,
lib/feathr/api/healthz.rb,
lib/feathr/api/incomes.rb,
lib/feathr/api/invoice.rb,
lib/feathr/api/manager.rb,
lib/feathr/api/rebates.rb,
lib/feathr/api/accounts.rb,
lib/feathr/api/cashouts.rb,
lib/feathr/api/invoices.rb,
lib/feathr/api/managers.rb,
lib/feathr/api/platform.rb,
lib/feathr/api/platforms.rb,
lib/feathr/api/contractor.rb,
lib/feathr/api/membership.rb,
lib/feathr/api/contractors.rb,
lib/feathr/api/memberships.rb,
lib/feathr/api/receiveable.rb,
lib/feathr/api/feathr_error.rb,
lib/feathr/api/receiveables.rb,
lib/feathr/api/feathr_object.rb,
lib/feathr/api/api_token_auth.rb,
lib/feathr/api/income_request.rb,
lib/feathr/api/reset_password.rb,
lib/feathr/api/feathr_endpoint.rb,
lib/feathr/api/income_requests.rb,
lib/feathr/api/api_token_verify.rb,
lib/feathr/api/public_platforms.rb,
lib/feathr/api/api_token_refresh.rb,
lib/feathr/api/featured_platforms.rb,
lib/feathr/api/membership_request.rb,
lib/feathr/api/membership_requests.rb

Defined Under Namespace

Modules: Api Classes: Client, Config

Constant Summary collapse

VERSION =
"0.1.10"

Class Method Summary collapse

Class Method Details

.configureObject



47
48
49
50
51
52
53
# File 'lib/feathr.rb', line 47

def configure
  if block_given?
    yield(Feathr::Config.default)
  else
    Feathr::Config.default
  end
end