Re: [QGIS-Developer] API endpoints to QGIS

2022-07-04 Thread Alessandro Pasotti via QGIS-Developer
Hi,

the answer you've got is correct: it is not currently implemented,
only HTTP Basic is available.

This leaves you with a few options:

1. write a Python plugin that implements in python a vector data provider.
2. implement in QGIS core (in C++) the support for other
authentication methods for the GDAL vector data provider (OGR).

Here is an example of a proof of concept python vector data provider:
https://github.com/qgis/QGIS/blob/master/tests/src/python/provider_python.py

Best regards.

On Mon, Jul 4, 2022 at 1:48 PM Marin M via QGIS-Developer
 wrote:
>
> hi,
>
> I have asked this question on Stack Exchange. I havent  got so many answers.
>
> Calling API end points in QGIS - Geographic Information Systems Stack Exchange
>
> So since this API endpoints calling  might not be a classical user/business  
> case in QGIS ,I thought to ask here, If there is a way to  get this into QGIS 
> ?
>
>
> And if there are no current possibilities for that, might there be something 
> like this coming in the future releases of QGIS?
>
> regards
>
> Marin Mirosevic
>
>
>
>
>
>
>
>
>
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] API endpoints to QGIS

2022-07-04 Thread Marin M via QGIS-Developer
hi,

I have asked this question on Stack Exchange. I havent  got so many answers.

Calling API end points in QGIS - Geographic Information Systems Stack
Exchange


So since this API endpoints calling  might not be a classical
user/business  case in QGIS ,I thought to ask here, If there is a way to
get this into QGIS ?


And if there are no current possibilities for that, might there be
something like this coming in the future releases of QGIS?

regards

Marin Mirosevic
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer