ImranR98 / Obtainium

Get Android app updates straight from the source.
https://obtainium.imranr.dev
GNU General Public License v3.0
7.4k stars 164 forks source link

Add an option to send request via POST method #1603

Closed MoeBakaW closed 4 months ago

MoeBakaW commented 4 months ago

Describe the feature

Some apps get new versions information via their in-app API, and sending request via POST method, but Obtainium app only provides HTML source and get the webpage via GET method.

So I am requesting to add the option to get app updates via POST (it would be nice to be able to add parameters)

Describe alternatives you've considered (if applicable)

Additional context

ImranR98 commented 4 months ago

It's unlikely this could be added in a generic way thatvwoupd work for a large number of such sources, since I expect most such APIs would be totally different from each other. Do you have an example of a source like this?

ImranR98 commented 4 months ago

Closing due to no response