[QGIS-Developer] `package_name` parameter of `plugins.xml` broken or removed?
Sebastian M. Ernst
ernst at pleiszenburg.de
Wed Jul 29 03:03:42 PDT 2020
Hi all,
one of the more recent updates to QGIS-Django appears to have broken the
`package_name` parameter of `plugins.xml`.
Before, the following query would yield a list of ALL compatible
versions of "someplugin" (and nothing else):
https://plugins.qgis.org/plugins/plugins.xml?package_name=someplugin&qgis=3.14
Instead, I now get the same result as if I was simply querying:
https://plugins.qgis.org/plugins/plugins.xml?qgis=3.14
Is this intentional or a bug?
Thanks,
Sebastian
Am 02.04.20 um 19:16 schrieb F. Shah:
> @Sebastian
> I had a look into django app and found that its possible to get the
> information of all the plugins.
> The xml_plugin function in orginal django app takes 3 parameters as below,
>
> *def xml_plugins(request, qg_version=None, stable_only=None,
> package_name=None):*
>
> Looking at this, I thought to try passing a *package_name* and this
> seems to work.
> I guess that's what you are looking for. Try this for qgist workbench plugin
> https://plugins.qgis.org/plugins/plugins.xml?package_name=workbench&qgis=3.10
>
> Hope this helps,
>
> regards,
> FS
>
More information about the QGIS-Developer
mailing list