Group
Extension

Matches 11

WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/Members.pm ( view source; MetaCPAN )


has public_url => "https://members-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/members-api.json";

has base_url => 'https://members-api.parliament.uk/';

1;

__END__

=h
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/StatutoryInstruments.pm ( view source; MetaCPAN )
 "https://statutoryinstruments-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/statutoryinstruments-api.json";

has base_url => 'https://statutoryinstruments-api.parliament.uk
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/WrittenQuestions.pm ( view source; MetaCPAN )
url => "https://writtenquestions-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/writtenquestions-api.json";

has base_url => 'https://writtenquestions-api.parliament.uk/';

1
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/LordsVotes.pm ( view source; MetaCPAN )
s public_url => "https://lordsvotes-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/lordsvotes-api.json";

has base_url => 'https://lordsvotes-api.parliament.uk/';

1;

__END_
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/Treaties.pm ( view source; MetaCPAN )

has public_url => "https://treaties-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/treaties-api.json";

has base_url => 'https://treaties-api.parliament.uk/';

1;

__END__

WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/ErskineMay.pm ( view source; MetaCPAN )
s public_url => "https://erskinemay-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/erskinemay-api.json";

has base_url => 'https://erskinemay-api.parliament.uk/';

1;

__END_
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/Bills.pm ( view source; MetaCPAN )
';

has public_url => "https://bills-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/members-api.json";

has base_url => 'https://bills-api.parliament.uk/';

1;

__END__

=hea
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/CommonsVotes.pm ( view source; MetaCPAN )
://commonsvotes-api.parliament.uk/swagger/docs/v1";

has private_url => "swagger/commonsvotes-api.json";

has base_url => 'https://commonsvotes-api.parliament.uk';

1;

__END__

=head1 NAME

WebServic
mber of a Division whose records are to be returned

integer

format: int32

=item format

xml or json

string

=back

=cut

=head3 getdatadivisions.groupedbyparty

Return Divisions results grouped by
th

/data/divisions.{format}/groupedbyparty

=cut

=head4 Parameters

=over

=item format

xml or json

string

=item queryParameters.searchTerm

Divisions containing search term within title or numbe
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/Base.pm ( view source; MetaCPAN )
package WebService::UK::Parliament::Base;

use Mojo::Base -base;
use Mojo::JSON qw/decode_json/;
use Mojo::UserAgent;

use OpenAPI::Client;

has "client";

has "private";

sub new {
  	my $class = shi
self->generate_operation_ids(decode_json($content));
}

sub read_url {
	my ($self, $url) = @_;
	my $ua  = Mojo::UserAgent->new;
	my $res = $ua->get($url)->res->json;
	return $self->generate_operation_
$self->client->call($path, $params ? $params : (), $content ? $content : ());
	return $data->res->json;
}

sub AUTOLOAD {
	my ($self) = shift;
	my $classname =  ref $self;
        my $validname = '[a-
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/Now.pm ( view source; MetaCPAN )
Base';

has public_url => "https://now-api.parliament.uk/swagger/v1/swagger.json";

has private_url => "swagger/now-api.json";

has base_url => 'https://now-api.parliament.uk/';

1;

__END__

=head1 N
WebService-UK-Parliament ( L/LN/LNATION/WebService-UK-Parliament-1.01.tar.gz, LNATION, 2025; MetaCPAN )
WebService-UK-Parliament/lib/WebService/UK/Parliament/OralQuestions.pm ( view source; MetaCPAN )
ionsandmotions-api.parliament.uk/swagger/docs/v1";

has private_url => "swagger/oralquestions-api.json";

has base_url => 'https://oralquestionsandmotions-api.parliament.uk/';

1;

__END__

=head1 NAM

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.