hydrusnetwork / hydrusnetwork/hydrus
Client API: Ability to lookup an array of URLs in `get_url_info` and `get_url_files`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to query /add_urls/get_url_info and /add_urls/get_url_files with an array of URLs instead of having to do them all as seperate queries. Also, perhaps combining both endpoints into a combined one that takes an array might be useful too as it seems they tend to both be used at the same time in many cases.
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 /add_urls/get_url_info and /add_urls/get_url_files API handlers and their tests, if present. Review how each currently accepts a single URL and define the response and behavior for an array of URLs, including whether a combined endpoint is required. Done means the requested batch lookup behavior is implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100