GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Astro::ADS(3) User Contributed Perl Documentation Astro::ADS(3)

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

version 1.90

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

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.

Boyd Duffee <duffee@cpan.org>

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

This is free software, licensed under:

  The MIT (X11) License
2025-02-22 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.