-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove /hadiths "Get a list of Hadiths" from API docs (#1361)
The following endpoint is listed in the API docs but is not implemented in flask: [/hadiths](https://sunnah.stoplight.io/docs/api/hp9hzrfn7wia9-get-a-list-of-hadiths) The query parameters specify a collection, book, chapter, and hadith number but the description says that it will return a list of hadiths. This does not make sense because we are specifying a specific hadith number. We already have endpoints that support retrieving a single hadith and also endpoints for returning a paginated list of hadiths in a book. I also added .venv to gitignore because that is how I am managing my python dependencies.
- Loading branch information
1 parent
5ea2747
commit 1f59cb8
Showing
2 changed files
with
2 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ __pycache__ | |
.vscode/ | ||
.coverage | ||
venv | ||
.venv/ | ||
|
||
.env.local | ||
.env.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters