Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-17 22:20:21 +00:00
parent ce58fd0fbe
commit ef70da5380
145 changed files with 145 additions and 145 deletions

View File

@@ -1,4 +1,4 @@
const { CryptoService } = require("m3o/crypto");
const { CryptoService } = require("micro-js-client/crypto");
// Returns the history for the previous close
async function getPreviousClose() {

View File

@@ -1,4 +1,4 @@
const { CryptoService } = require("m3o/crypto");
const { CryptoService } = require("micro-js-client/crypto");
// Get news related to a currency
async function getCryptocurrencyNews() {

View File

@@ -1,4 +1,4 @@
const { CryptoService } = require("m3o/crypto");
const { CryptoService } = require("micro-js-client/crypto");
// Get the last price for a given crypto ticker
async function getCryptocurrencyPrice() {

View File

@@ -1,4 +1,4 @@
const { CryptoService } = require("m3o/crypto");
const { CryptoService } = require("micro-js-client/crypto");
// Get the last quote for a given crypto ticker
async function getAcryptocurrencyQuote() {