NAME

HAL::Resource - wrap a HAL resource

SYNOPSIS

my $ua = WWW::Mechanize->new();
my $res = $ua->get('https://api.example.com/');
my $r = HAL::Resource->new(
    ua => $ua,
    %{ decode_json( $res->decoded_content ) },
);

ABOUT

This module is just a very thin wrapper for HAL resources. If you find this module useful, I'm very happy to spin it off into its own distribution.

SEE ALSO

Data::HAL - similar to this module, but lacks a HTTP transfer facility and currently fails its test suite

HAL::Tiny - a module to generate HAL JSON

WebAPI::DBIC::Resource::HAL - an adapter to export DBIx::Class structures as HAL

Hypertext Application Language - https://en.wikipedia.org/wiki/Hypertext_Application_Language

AUTHOR

Max Maischein, <corion@cpan.org>

SEE ALSO

perl, WWW::Mechanize.

REPOSITORY

The public repository of this module is https://github.com/Corion/Finance-Bank-Postbank_de.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Finance-Bank-Postbank_de or via mail to finance-bank-postbank_de-Bugs@rt.cpan.org.

COPYRIGHT (c)

Copyright 2003-2019 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.