Module: Zanshin::SDK

Defined in:
lib/zanshin.rb,
lib/zanshin/alerts.rb,
lib/zanshin/client.rb,
lib/zanshin/account.rb,
lib/zanshin/version.rb,
lib/zanshin/summaries.rb,
lib/zanshin/scan_target.rb,
lib/zanshin/organizations.rb,
lib/zanshin/organization_members.rb,
lib/zanshin/organization_followers.rb,
lib/zanshin/organization_following.rb,
lib/zanshin/request/zanshin_request.rb,
lib/zanshin/organization_scan_targets.rb,
lib/zanshin/request/zanshin_request_error.rb

Overview

Zanshin SDK

Defined Under Namespace

Modules: Account, Alerts, OrganizationFollowers, OrganizationFollowing, OrganizationMembers, OrganizationScanTargets, Organizations, Request, ScanTarget, Summaries Classes: Client

Constant Summary collapse

ZANSHIN_API =

The default endpoint for Zanshin API

'https://api.zanshin.tenchi-dev.com'
CONFIG_DIR =

The directory that Zanshin uses to store/get private settings

"#{Dir.home}/.tenchi"
CONFIG_FILE =

The file that Zanshin uses to store/get private settings

"#{CONFIG_DIR}/config"
VERSION =

The Zanshin SDK version

'1.0.1'