fawazahmed0 / quran-api

Free Quran API Service with 90+ different languages and 400+ translations
The Unlicense
624 stars 112 forks source link

Include fallback mechanism in your code to avoid issues #27

Open fawazahmed0 opened 2 years ago

fawazahmed0 commented 2 years ago

This API have multiple fallback urls:

Fallback URL:

https://raw.githubusercontent.com/fawazahmed0/quran-api/{apiVersion}/{endpoint}

Pseudo code: For example, if you want to fetch ben-muhiuddinkhan edition

Fetch https://cdn.jsdelivr.net/gh/fawazahmed0/quran-api@1/editions/ben-muhiuddinkhan.min.json
If above url fails, then try fetching https://cdn.jsdelivr.net/gh/fawazahmed0/quran-api@1/editions/ben-muhiuddinkhan.json
If above url fails, then try fetching https://raw.githubusercontent.com/fawazahmed0/quran-api/1/editions/ben-muhiuddinkhan.min.json
If above url fails, then try fetching https://raw.githubusercontent.com/fawazahmed0/quran-api/1/editions/ben-muhiuddinkhan.json
Abbosjonhacker commented 1 year ago

hi, I cannot this api for my telegram bot, I have 403 error, is there any configuration for preventing telegram bot messages

fawazahmed0 commented 1 year ago

Please could you share the code

Abbosjonhacker commented 1 year ago
Thanks, man, I corrected itI am a new in python, I was cpp coder, and now I am learning python,so I have a typically mistakes, thanks again Sent from Mail for Windows From: Fawaz AhmedSent: Friday, May 12, 2023 9:36 PMTo: fawazahmed0/quran-apiCc: jamsCore; CommentSubject: Re: [fawazahmed0/quran-api] Include fallback mechanism in your code to avoid issues (Issue #27) Please could you share the code—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>