Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛠️ Currency API Problem Solutions 🛠️ #125

Open
AliGates915 opened this issue May 28, 2024 · 0 comments · May be fixed by #135
Open

🛠️ Currency API Problem Solutions 🛠️ #125

AliGates915 opened this issue May 28, 2024 · 0 comments · May be fixed by #135

Comments

@AliGates915
Copy link

  1. Correct URL Format:
    Make sure you are using the correct URL format to access the API. The format should be:
    https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/usd.json

  2. Dynamic Currency Code:
    You can dynamically change the currency code to get rates for different currencies. For example:
    ${currency} instead of usd

  3. Fallback Mechanism:
    If the primary URL fails, use the fallback URL provided by the maintainer:
    https://github.com/fawazahmed0/exchange-api

✅ Now this API is working perfectly! You can change ${currency} instead of usd. 🌍💱

❓ Additional Troubleshooting Steps ❓

  • Check for Updates: Ensure you are using the latest version of the API.
  • Network Issues: Verify that there are no network issues preventing access to the API.
  • Rate Limits: Check if you have exceeded any rate limits set by the API provider.
  • API Documentation: Refer to the official API documentation for the latest updates and detailed information.

Originally posted by @AliGates915 in GitHub 💬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant