FixerIO-API

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    This module doesn't export anything. Nor does it keep any data, other
    than your API access key. Your script will keep or do what it wants with
    the data.

    You have to obtain your own API key from the fixer.io web site. There is
    a free option.

IMPLEMENTED ENDPOINTS
    Please note that depending on your subscription plan, certain API
    endpoints may not be available.

  LATEST RATES
    Returns real-time exchange rate data for all available or a specific set
    of currencies.

    Specifying symbols is not implemented. Changing the base is not
    implemented. The etags optimization is not implemented.

EXPORT
    No exports.

README.pod  view on Meta::CPAN

=head1 DESCRIPTION

This is a Perl module for accessing the API provided by fixer.io.  See, F<"http://fixer.io/documentation">.

This module doesn't export anything. Nor does it keep any data, other than your API access key. Your script will keep or do what it wants with the data.

You have to obtain your own API key from the fixer.io web site. There is a free option.

=head1 IMPLEMENTED ENDPOINTS

Please note that depending on your subscription plan, certain API endpoints may not be available.

=head2 LATEST RATES

Returns real-time exchange rate data for all available or a specific set of currencies.

Specifying symbols is not implemented. Changing the base is not implemented. The etags optimization is not implemented.

=head1 EXPORT

No exports.

lib/FixerIO/API.pm  view on Meta::CPAN

=head1 DESCRIPTION

This is a Perl module for accessing the API provided by fixer.io.  See, F<"http://fixer.io/documentation">.

This module doesn't export anything. Nor does it keep any data, other than your API access key. Your script will keep or do what it wants with the data.

You have to obtain your own API key from the fixer.io web site. There is a free option.

=head1 IMPLEMENTED ENDPOINTS

Please note that depending on your subscription plan, certain API endpoints may not be available.

=head2 LATEST RATES

Returns real-time exchange rate data for all available or a specific set of currencies.

Specifying symbols is not implemented. Changing the base is not implemented. The etags optimization is not implemented.

=head1 EXPORT

No exports.



( run in 1.118 second using v1.01-cache-2.11-cpan-2b1a40005be )