duffee / astro-ads

Perl interface to the Astrophysics Data System (ADS) abstract service
MIT License
0 stars 0 forks source link

Gather requirements #5

Open duffee opened 7 years ago

duffee commented 7 years ago

Need to collect every thing that the API will do into a list

duffee commented 7 years ago

API constants

Writing out a Requirements.md file for required actions

duffee commented 7 years ago

Most astronomers are python users, not perl geeks, so minimal dependancies (no Moose, damn)

duffee commented 4 years ago

Consider using HTTP::Tiny or HTTP::Lite. They are lighter and faster than LWP. Do they have everything, though?