Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create API to Interact with Hub Resources #275

Open
ismailsunni opened this issue Apr 20, 2023 · 1 comment
Open

Create API to Interact with Hub Resources #275

ismailsunni opened this issue Apr 20, 2023 · 1 comment
Assignees

Comments

@ismailsunni
Copy link

ismailsunni commented Apr 20, 2023

Currently, we are only able to download/upload/update QGIS Hub Resource via the web. It would be really great if we have an API to do this. Then we can integrate the QGIS Hub into QGIS so that QGIS users are able to access it directly from QGIS.

API needed:

for starter (read-only)
- Get the list of resources for each resource type (e.g. style, project, model, etc)
- Get the information for each resource
- Download the resource itself

For later

  • Authentication
  • Create/Upload a new resource for each resource type
  • Edit existing resources for each resource type
  • Delete resource for each resource type

cc @timlinux @dimasciput

@ismailsunni
Copy link
Author

I found out that some of them are already there, see: https://github.com/qgis/QGIS-Django/blob/master/qgis-app/api/urls.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants