NAME

Clustericious::Plugin::ClustericiousHelpers - Helpers for Clustericious

VERSION

version 1.15

DESCRIPTION

This class provides helpers for Clustericious.

HELPERS

In addition to the helpers provided by Mojolicious::Plugin::DefaultHelpers you get:

auth_ua

DEPRECATED

Returns an instance of Mojo::UserAgent that can be used to authenticate against a PlugAuth service. Used primarily for testing.

base_tag

DEPRECATED

render_moved

$c->render_moved($path);

Render a 301 response.

client

my $client = $c->client;

Returns the appropriate Clustericious::Client object for your app.

AUTHOR

Original author: Brian Duggan

Current maintainer: Graham Ollis <plicease@cpan.org>

Contributors:

Curt Tilmes

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by NASA GSFC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.