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();
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();
findAllTranslations
Get all translations.
Params:
resources.findAllTranslations(options?: GetResourceOptions)
Param | Type |
---|---|
options | GetResourceOptions |
Example:
quran.v4.resources.findAllTranslations();
findVerseMedia
Get verse media.
Params:
resources.findVerseMedia(options?: GetResourceOptions)
Param | Type |
---|---|
options | GetResourceOptions |
Example:
quran.v4.resources.findVerseMedia();
Last updated on December 2, 2022