Metaculus / Metaculus/metaculus
Small API Docs improvements
Open
@lsabor is already working on this.
Since Sep 11, 2025.
Low Priority
Stale
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 34
- Avg merge
- 16h 34m
- Merged PRs (30d)
- 30
Description
Context
The API docs are great in general. 2 suggestions:
- Adding an example for querying time cutoffs:
Feature description
For 1., I would like to see the following as an example beneath "Post open timestamp filter"
For example, to query everything opened after 2024-01-01, set this to
open_time__gt=2024-01-01. For everything before that date, useopen_time__lte=2024-01-01.
Bonus: if there is a validation error, then the error should be shown.
For 2., I would like to see a copy-to-clipboard button just like with other fields
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.