findAllChapterInfos
Get all chapter infos.
Params:
resources.findAllChapterInfos(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllChapterInfos();findAllChapterReciters
Get all chapter reciters.
Params:
resources.findAllChapterReciters(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllChapterReciters();findAllLanguages
Get all languages.
Params:
resources.findAllLanguages(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllLanguages();findAllRecitations
Get all recitations.
Params:
resources.findAllRecitations(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllRecitations();findRecitationInfo
Get recitation info.
Params:
resources.findRecitationInfo(id: string, options?: GetResourceOptions)
| Param | Type |
|---|---|
| id | string |
| options | GetResourceOptions |
Example:
quran.v4.resources.findRecitationInfo('1');findAllRecitationStyles
Get all recitation styles.
Example:
quran.v4.resources.findAllRecitationStyles();findAllTafsirs
Get all tafsirs.
Params:
resources.findAllTafsirs(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllTafsirs();findTafsirInfo
Get tafsir info.
Params:
resources.findTafsirInfo(id: string, options?: GetResourceOptions)
| Param | Type |
|---|---|
| id | string |
| options | GetResourceOptions |
Example:
quran.v4.resources.findTafsirInfo('1');findAllTranslations
Get all translations.
Params:
resources.findAllTranslations(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findAllTranslations();findTranslationInfo
Get all translations.
Params:
resources.findTranslationInfo(id: string, options?: GetResourceOptions)
| Param | Type |
|---|---|
| id | string |
| options | GetResourceOptions |
Example:
quran.v4.resources.findTranslationInfo('169');findVerseMedia
Get verse media.
Params:
resources.findVerseMedia(options?: GetResourceOptions)
| Param | Type |
|---|---|
| options | GetResourceOptions |
Example:
quran.v4.resources.findVerseMedia();