mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 05:14:52 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user