Astro-ADS

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

1.90      2025 Feb 22
====
* initial interface to the ADS Search endpoint

lib/Astro/ADS/Search.pm  view on Meta::CPAN

package Astro::ADS::Search;
# ABSTRACT: Queries the ADS Search endpoint and collects the results
$Astro::ADS::Search::VERSION = '1.90';
use Moo;
extends 'Astro::ADS';
with 'Astro::ADS::Role::ResultMapper';

use Carp;
use Data::Dumper::Concise;
use Mojo::Base -strict; # do we want -signatures
use Mojo::DOM;
use Mojo::File qw( path );

lib/Astro/ADS/Search.pm  view on Meta::CPAN

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Astro::ADS::Search - Queries the ADS Search endpoint and collects the results

=head1 VERSION

version 1.90

=head1 SYNOPSIS

    my $search = Astro::ADS::Search->new({
        q  => '...', # initial search query
        fl => '...', # return list of attributes



( run in 1.361 second using v1.01-cache-2.11-cpan-49f99fa48dc )