GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
12 stars 16 forks source link

Refactor GeoNode API client module and drop legacy support #287

Closed giohappy closed 2 weeks ago

giohappy commented 2 weeks ago

The client was created when GeoNode 3 was still around. Today GeoNode 3 is not maintained anymore, and its legacy APIs have been completely replaced by the new ones (v2). The new version of the plugin will remove legacy support and the modules will be restructured and cleaned up, also to make room for the next GeoNode version 5.

In the future we will only rely on the API version, but at the moment we don't have an a way to know which API a GeoNode instance supports, except trying using the endpoints.

image

Gpetrak commented 2 weeks ago

@giohappy the PR for this issue is available here. Beyond the tasks that are described in the issue above, the following was implemented:

giohappy commented 2 weeks ago

closed in #288