Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-16 15:29:51 +00:00
parent 714ef83a8f
commit b36348fc48
5 changed files with 17 additions and 9 deletions

View File

@@ -6,7 +6,9 @@ import (
"os"
)
// Lookup the verses (ayahs) for a chapter
// Lookup the verses (ayahs) for a chapter including
// translation, interpretation and breakdown by individual
// words.
func GetVersesOfAchapter() {
quranService := quran.NewQuranService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := quranService.Verses(&quran.VersesRequest{

View File

@@ -1,6 +1,8 @@
import * as quran from "m3o/quran";
// Lookup the verses (ayahs) for a chapter
// Lookup the verses (ayahs) for a chapter including
// translation, interpretation and breakdown by individual
// words.
async function GetVersesOfAchapter() {
let quranService = new quran.QuranService(process.env.MICRO_API_TOKEN);
let rsp = await quranService.verses({