NAME

Usergrid::Request - Role that provides HTTP invocations methods

DESCRIPTION

Provides methods for easily invoking HTTP methods.

METHODS

DELETE ($resource)

Invokes the specified resource with the HTTP DELETE method.

GET ($resource)

Invokes the specified resource with the HTTP GET method.

POST ($resource, $request)

Invokes the specified resource with the HTTP POST method and passes in the JSON request.

POST ($resource, $request)

Invokes the specified resource with the HTTP PUT method and passes in the JSON request.

SEE ALSO

Usergrid::Client, Usergrid::Core, Usergrid::Collection, Usergrid::Entity

LICENSE

This software is distributed under the Apache 2 license.

AUTHOR

Anuradha Weeraman <anuradha@cpan.org>