Class Point::Request
In: lib/point/request.rb
Parent: Object

Methods

make   new   output   success?  

Attributes

data  [RW] 
method  [R] 
path  [R] 

Public Class methods

Public Instance methods

 Make a request to the Point API using net/http. Data passed can be a hash or a string

 Hashes will be converted to JSON before being sent to the remote service.

[Validate]