Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Currency: legacy api.fixer.io #14

Open
@horverno

Description

@horverno

The currency.py uses a fixer.io legacy API (api.fixer.io).
As of March 6th 2018, the legacy fixer API is deprecated, to use the service we need a (free, but registration-bound) fixer access token. So i believe it is needed to replace

url='http://api.fixer.io/{}'.format(when.isoformat())

with

url='http://data.fixer.io/api/{}?access_key=12345678900000000000000000000000'.format(when.isoformat())

where of course12345678900000000000000000000000 is your personal access key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp