internetarchive / iari

Import workflows for the Wikipedia Citations Database
GNU General Public License v3.0
12 stars 9 forks source link

as a customer I want to batch check urls using a POST request so I don't have to make a ton of http requests per article #861

Open dpriskorn opened 1 year ago

dpriskorn commented 1 year ago

We need to discuss this as it would mean using asynchronous requests or moving the language detection code to testdeadlink.

dpriskorn commented 1 year ago

Now testdeadlink has been implemented. A new endpoint could check-urls could be created in a few hours which simply uses the testdeadlink endpoint behind the scenes and does not have any other logic.

dpriskorn commented 1 year ago

We deprecate to drop the language detection code. We could create a separate endpoint for that later on if necessary