Module: Viner

Defined in:
lib/viner.rb,
lib/viner/client.rb,
lib/viner/request.rb,
lib/viner/version.rb

Defined Under Namespace

Modules: Request Classes: Client

Constant Summary collapse

ENDPOINT =
'https://api.vineapp.com/'
MAJOR =
0
MINOR =
0
PATCH =
2
VERSION =
"#{MAJOR}.#{MINOR}.#{PATCH}"