Class: Oozou::CLI::Plugins::Apiary

Inherits:
Oozou::CLI::Plugin show all
Defined in:
lib/oozou/cli/plugins/apiary.rb

Constant Summary collapse

VERSION =
"0.0.1"
BROWSE_URL =
"https://app.apiary.io/%{name}/editor"

Instance Method Summary collapse

Methods inherited from Oozou::CLI::Plugin

#version

Instance Method Details

#browseObject



11
12
13
# File 'lib/oozou/cli/plugins/apiary.rb', line 11

def browse
  Oozou::CLI.browse BROWSE_URL % { name: Oozou::CLI.config('apiary') }
end