Upgrade to support claim search
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 53
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Claim search can replace using the endpoint we do today.
Sample everyone query: {"jsonrpc":"2.0","method":"claim_search","params":{"page_size":20,"page":1,"no_totals":true,"any_tags":[],"channel_ids":[],"not_channel_ids":[],"not_tags":["porn","nsfw","mature","xxx"],"order_by":["trending_global","trending_mixed"]},"id":1565103688746}
Contributor guide
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.
Research direction
Start by locating the current endpoint used by the site and compare it with the supplied claim_search JSON-RPC request. Confirm the intended replacement and identify the affected JavaScript entry point; done means claim search supports the request and its listed query parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100