The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::DMM::Response - DMM response class

SYNOPSIS

DESCRIPTION

WebService::DMM::Response is

INTERFACE

Accessor

result_count : Int
total_count : Int
first_position : Int
items : Int
is_success : Bool
cause : String

Cause of failing to request Web API,

last_response : Furl::Response

Return last response which is a Furl::Response instance.

AUTHOR

Syohei YOSHIDA <syohex@gmail.com>

COPYRIGHT

Copyright 2013 - Syohei YOSHIDA

SEE ALSO

LICENSE

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