NAME
WebService::UK::Parliament::Now - Query the UK Parliament Now API
VERSION
Version 0.03
SYNOPSIS
use WebService::UK::Parliament::Now;
my $client = WebService::UK::Parliament::Now->new();
my $data = $client->$endpoint($params);
DESCRIPTION
The following documentation is automatically generated using the UK Parliament OpenAPI specification.
Get data from the annunciator system.
Sections
Message
getMessagemessagecurrent
Return the current message by annunciator type
Method
get
Path
/api/Message/message/{annunciator}/current
Parameters
- annunciator
-
Current message by annunciator
string
CommonsMain LordsMain Security
getMessagemessage
Return the most recent message by annunciator after date time specified
Method
get
Path
/api/Message/message/{annunciator}/{date}
Parameters
- annunciator
-
Message by annunciator type
string
CommonsMain LordsMain Security
- date
-
First message after date time specified
string
format: date-time
AUTHOR
LNATION, <thisusedtobeanemail at gmail.com>
BUGS
Please report any bugs or feature requests to bug-webservice-uk-parliament at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-UK-Parliament. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WebService::UK::Parliament
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=WebService-UK-Parliament
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
The first ticehurst bathroom experience
This software is Copyright (c) 2022 by LNATION.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)