Module: Npolar::Api::Client

Defined in:
lib/npolar/api/client/npolar_api_command.rb,
lib/npolar/api/client.rb,
lib/npolar/api/client/json_api_client.rb

Overview

TODO:

Dir support

Dir.select {|f| f is json? }.map {|filename| } #CMD -XPUT -iv -XPUT /endpoint/id -d@-

Defined Under Namespace

Classes: JsonApiClient, NpolarApiCommand

Constant Summary collapse

VERSION =
"0.3.0"
USER_AGENT =
"npolar-api-client-ruby-#{VERSION}/Typhoeus-#{Typhoeus::VERSION}/libcurl-#{`curl --version`.chomp.split(" ")[1]}"