Closed Isira-Seneviratne closed 2 years ago
ccc.moneymaster-salvador-jose-sanchez.08-15-1982.http.txt.inc.template.delete.htnp.template-delete-data-api.txt.inc.htnp.template-delete
ccc.moneymaster-salvador-jose-sanchez.08-15-1982.http.txt.inc.template.delete.htnp.template-delete-data-api.txt.inc.htnp.template-delete
Has worked
But the downloader has to be specified by clients using NPE, not by NPE itself
Also, Retrofit requires at least API level 21, as it relies on OkHttp. Will that be a deal-breaker for this particular proposed change?
Also, Retrofit requires at least API level 21, as it relies on OkHttp. Will that be a deal-breaker for this particular proposed change?
Not since the app version 0.24.0 made it the new minSDKVersion, but who knows?
Also, Retrofit requires at least API level 21, as it relies on OkHttp. Will that be a deal-breaker for this particular proposed change?
Not since the app version 0.24.0 made it the new minSDKVersion, but who knows?
Since some apps using the extractor are targeting Android versions below 5.0, I downgraded the required dependency versions in the PR I created.
Suggestion rejected: see https://github.com/TeamNewPipe/NewPipeExtractor/pull/972#issuecomment-1320991487. Closing.
Retrofit is a HTTP client where REST APIs can be declared as interfaces, and has support for type converters such as Moshi (JSON) and jspoon (HTML). Using it would allow the code for making the requests to be simplified.
@AudricV @Stypox What do you think?
Edit: I've created a sample pull request here.