Update currency API URL to latest working version - #231
Open
i-m-soumya wants to merge 1 commit into
Open
Conversation
|
api request not woking for new link also |
|
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/usd.json
|
Author
|
@Bishwo-sh Yup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR updates the currency API URL to the latest working version. The previous URL was outdated and no longer functional, causing issues retrieving currency data.
Changes Made
Replaced the old URL:
https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/${currency}.json
with the new URL:
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/${currency}.json.
Reason for the Change
The previous endpoint is no longer available, leading to broken application functionality. The new URL aligns with the updated API structure.
Testing
Verified the new URL fetches data successfully.
Ensured the change impacts no other parts of the application.
Impact
This change restores the ability to fetch currency data and ensures the application functions as expected.
@hiteshchoudhary Please review and let me know if any additional adjustments are required.