refactor(stack-overflow-backend): use official default request parameters

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-10-09 14:57:42 +02:00
parent dad7d4de5b
commit 847841a89d
3 changed files with 12 additions and 8 deletions
+2
View File
@@ -3,3 +3,5 @@
---
Migrate package to the new Frontend system, the new module is distributed with a `/alpha` subpath.
The search collator `requestParams` option is optional now, so its defaults to `{ order: 'desc', sort: 'activity', site: 'stackoverflow' }` as done in the `Try It` section on the [official Stack Overflow API documentation](https://api.stackexchange.com/docs/questions).