NAME

Astro::ADS - Perl library to connect with the Harvard Astrophysical Data Service

VERSION

version 1.90

SYNOPSIS

my $client = Astro::ADS->new({
    proxy => '...', # your web proxy
});

my $search = $client->search( q => 'star', fl => 'bibcode' );

DESCRIPTION

Astro::ADS is the base class for accessing the ADS API.

It handles methods common to all services such as setting the UserAgent and including your API key in all request headers.

AUTHOR

Boyd Duffee <duffee@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025 by Boyd Duffee.

This is free software, licensed under:

The MIT (X11) License