jin5354 / alfred3-workflow-CurrencyConvert

This alfred3 workflow can convert currency conveniently.
292 stars 32 forks source link

Fixer API is no longer open #20

Closed mutantcornholio closed 5 years ago

mutantcornholio commented 5 years ago

It now returns this:

{
  "0": "#################################################################################################################################",
  "1": "#                                                                                                                               #",
  "2": "# IMPORTANT - PLEASE UPDATE YOUR API ENDPOINT                                                                                   #",
  "3": "#                                                                                                                               #",
  "4": "# This API endpoint is deprecated and has now been shut down. To keep using the Fixer API, please update your integration       #",
  "5": "# to use the new Fixer API endpoint, designed as a simple drop-in replacement.                                                  #",
  "6": "# You will be required to create an account at https://fixer.io and obtain an API access key.                                   #",
  "7": "#                                                                                                                               #",
  "8": "# For more information on how to upgrade please visit our Github Tutorial at: https://github.com/fixerAPI/fixer#readme          #",
  "9": "#                                                                                                                               #",
  "a": "#################################################################################################################################"
}

Readme contains this: Minor limitations include our new 1000 requests/month limit and EUR being the only available base currency for customers using a free account.

So, basically, it's now useless

Should we start looking for some other endpoint?

jin5354 commented 5 years ago

Hi there, the workflow has deprecated fixer.io API and use exchangeratesapi.io API after version 1.4. Just try update version.

mutantcornholio commented 5 years ago

Huh, i thought i've already updated it. After updating it again, everything works like a charm. My bad, sorry