- Notifications
You must be signed in to change notification settings - Fork 1
Optimizing the filters on each API's #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfesthacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfesthacktoberfesthelp wantedExtra attention is neededExtra attention is needed
In the current implementation, one thing i see changing is the
Filters. Each API has its own filter. StackExchange does not have common filters across all API's.Example The Answers API supports filters like
If you switch over to the Questions API , it has some more additional filters. Posts API has totally different filters.
I am not sure how should we proceed on this. 💡
Any suggestions for improvements are welcome, Feel free to send a PR 👌