-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Your purpose in using this API:
The API will be used to fetch and display authentic hadiths, classified by themes, directly within the mobile application. This will allow users to read, search, and study hadiths as a core feature of the app.
API rate limits:
I would estimate our needs as follows, but am flexible based on your policies:
Maximum requests per second: 5 (To handle active user searches and topic navigation without causing performance issues).
Maximum requests per day: 10,000 (To accommodate a growing user base and daily content refreshes).
Is your use case better served by having an offline dump of hadith data or programmatic API access?
Programmatic API access is ideal. This approach keeps the initial application size small, ensures that users always have access to the most up-to-date and corrected data, and allows for dynamic features like search and filtering without bloating the app with a large offline database.
What are the languages in which would you like hadith data?
Primarily Arabic (for the original text) and French (for the translation). English would also be highly beneficial for a wider audience.
What programming language will your API client be in?
The client is being built with React Native, so the programming language for the API client will be JavaScript.