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

[ MEX-666 ] Currency Converter #1551

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

EmanuelMiron
Copy link

Reasoning

  • New feature request, Displaying the USDValues in different other FIAT currencies

Proposed Changes

  • New Endpoint exposing the openexchangerates external API to fetch all required currency rates

How to test

currencyRates (symbols: ["GBP", "EUR", "ALL", "AFN"]) {
    currency
    rate
 }

@EmanuelMiron EmanuelMiron changed the base branch from main to development January 30, 2025 07:20
@EmanuelMiron EmanuelMiron changed the title [ Mex-666 ] Currency Converter [ MEX-666 ] Currency Converter Jan 30, 2025
@@ -323,6 +323,14 @@ export class ApiConfigService {
return elasticSearchUrl;
}

getOepnExchangeRateAppID(): string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo : getOepnExchangeRateAppID -> getOpenExchangeRateAppID

@@ -323,6 +323,14 @@ export class ApiConfigService {
return elasticSearchUrl;
}

getOepnExchangeRateAppID(): string {
const app_id = this.configService.get<string>('OPEN_EXCHANGE_RATES_APP_ID');
if (!app_id) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use camelCase when declaring variables -> appId


try {
const response = await this.apiService.get(
'https://openexchangerates.org/api/latest.json',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move the URL in the .env file as well

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 this pull request may close these issues.

2 participants