I also miss some basic info, that can be fetched about journal. Like journal title. It would be very handy for testing...
So I can do
if ($client->user("nataraj")->journals->{'nataraj'}->title) eq "Nataraj's cool journal")
and check that WebService::Dreamwidth::Journal objects hash have been properly created by journals method.
WebService::Dreamwidth::Journal
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
Re: And API question/feedback
I also miss some basic info, that can be fetched about journal. Like journal title. It would be very handy for testing...
So I can do
if ($client->user("nataraj")->journals->{'nataraj'}->title) eq "Nataraj's cool journal")and check that
WebService::Dreamwidth::Journalobjects hash have been properly created by journals method.