|
NAMEAstro::ADS - Perl library to connect with the Harvard Astrophysical Data Service VERSIONversion 1.90 SYNOPSIS my $client = Astro::ADS->new({
proxy => '...', # your web proxy
});
my $search = $client->search( q => 'star', fl => 'bibcode' );
DESCRIPTIONAstro::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. AUTHORBoyd Duffee <duffee@cpan.org> COPYRIGHT AND LICENSEThis software is Copyright (c) 2025 by Boyd Duffee. This is free software, licensed under: The MIT (X11) License
|