mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { CurrencyService } = require("m3o/currency");
|
||||
const { CurrencyService } = require("micro-js-client/currency");
|
||||
|
||||
// Codes returns the supported currency codes for the API
|
||||
async function getSupportedCodes() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { CurrencyService } = require("m3o/currency");
|
||||
const { CurrencyService } = require("micro-js-client/currency");
|
||||
|
||||
// Convert returns the currency conversion rate between two pairs e.g USD/GBP
|
||||
async function convert10usdToGbp() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { CurrencyService } = require("m3o/currency");
|
||||
const { CurrencyService } = require("micro-js-client/currency");
|
||||
|
||||
// Convert returns the currency conversion rate between two pairs e.g USD/GBP
|
||||
async function convertUsdToGbp() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { CurrencyService } = require("m3o/currency");
|
||||
const { CurrencyService } = require("micro-js-client/currency");
|
||||
|
||||
// Returns the historic rates for a currency on a given date
|
||||
async function historicRatesForAcurrency() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { CurrencyService } = require("m3o/currency");
|
||||
const { CurrencyService } = require("micro-js-client/currency");
|
||||
|
||||
// Rates returns the currency rates for a given code e.g USD
|
||||
async function getRatesForUsd() {
|
||||
|
||||
Reference in New Issue
Block a user