hydrusnetwork / hydrusnetwork/hydrus

Client API: Ability to lookup an array of URLs in `get_url_info` and `get_url_files`

Open
#655 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request system:api system:url-management
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.