mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
update quran readme
This commit is contained in:
@@ -2,7 +2,8 @@ The Holy Quran
|
|||||||
|
|
||||||
# Quran Service
|
# Quran Service
|
||||||
|
|
||||||
The Holy Quran
|
The Holy Quran is the central religious text of Islam, believed by Muslims to be a revelation from God (Allah).
|
||||||
|
This service provides access to a straightforward copy of that text including transliteration and translation.
|
||||||
|
|
||||||
Powered by [Quran.com](https://quran.api-docs.io)
|
Powered by [Quran.com](https://quran.api-docs.io)
|
||||||
|
|
||||||
|
|||||||
@@ -136,7 +136,9 @@ message SummaryResponse {
|
|||||||
string text = 4;
|
string text = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Lookup the verses (ayahs) for a chapter
|
// Lookup the verses (ayahs) for a chapter including
|
||||||
|
// translation, interpretation and breakdown by individual
|
||||||
|
// words.
|
||||||
message VersesRequest {
|
message VersesRequest {
|
||||||
// The chapter id to retrieve
|
// The chapter id to retrieve
|
||||||
int32 chapter = 1;
|
int32 chapter = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user