mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update quran readme
This commit is contained in:
@@ -2,7 +2,8 @@ The Holy Quran
|
||||
|
||||
# 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)
|
||||
|
||||
|
||||
@@ -136,7 +136,9 @@ message SummaryResponse {
|
||||
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 {
|
||||
// The chapter id to retrieve
|
||||
int32 chapter = 1;
|
||||
|
||||
Reference in New Issue
Block a user