api.alquran.cloud
api.alquran.cloud copied to clipboard
I create the java wrapper library for this awesome API 💙, And if you take a look at it and give me some of the notes this makes me happy ❤️
Link: https://github.com/anas-elgarhy/alquran-cloud-api And I have some notes also:
- If the
edition
object has a number of pages attribute, I think that is useful in times - And the limit of requests I think it's short
JazakAllah brother. I'll have a look, inshaAllah and can look at adding pagination. You mean the rate limit per second should be higher?
Yes, The limit caused me a problem when I wanted to test all the functions, but I solved the problem temporarily by making it wait 50 milliseconds and trying to send the request again 4 times if it was answered with code 429 and the solution was relatively successful, but it adds some extra time