Astro-SpaceTrack
view release on metacpan or search on metacpan
lib/Astro/SpaceTrack.pm view on Meta::CPAN
content-source values of C<'amsat'>, C<'celestrak'>, C<'mccants'>,
or C<'spacetrack'>, corresponding to the actual source
of the TLE data.
If the content_type method returns C<'quicksat'>, you can expect a
content_source value of C<'mccants'>.
If the C<content_type()> method returns C<'search'>, you can expect a
content-source value of C<'spacetrack'>.
For any other values of content-type (e.g. C<'get'>, C<'help'>), the
expected values are undefined. In fact, you will probably literally get
undef, but the author does not commit even to this.
If the response object is not provided, it returns the data source
from the last method call that returned an HTTP::Response object.
If the response object B<is> provided, you can call this as a static
method (i.e. as Astro::SpaceTrack->content_source($response)).
=cut
( run in 3.179 seconds using v1.01-cache-2.11-cpan-524268b4103 )