I also use Windows 10 however, it's not so simple:
You must install the Microsoft Casablanca support that my OEM module uses. This is described in https://github.com/Microsoft/cpprestsdk and for Windows do:
vcpkg install cpprestsdk cpprestsdk:x64-windows
|
(assuming you have a 64 bits machine)
When I tried it I realized that I did not have vcpkg and I had to install it from https://github.com/Microsoft/vcpkg
These sites explain how to get and install the packages. When installing cpprestsdk (Casablanca) one step install a lot of boost utilities and this can last almost half an hour.
In addition, I had to add the path of where the Casablanca DLLs have been loaded in the PATH environment variable and restart my system.
Then you must compile the EOM module. I cannot just send you mine because it was compiled and linked against my own version of CONNECT. By the way I was obliged to fix a few bug in CONNECT to have discovery working. But with another version, it should work but without discovery, meaning you would have to define manually the table columns. This can be done with Visual Studio if you know how to use it. The issue is that the compilation and link is done against the ha_connect.lib library that is now distributed with MariaDB and should be found in the Plugin directory.
Perhaps I can do this for you if you upload and attach here your ha_connect.lib file of your present distribution (by the way tell me what version of MariaDB you are using) If so, I will be able to send you the pre-compiled EOM module (DLL)
I use Windows 10.
And can I just use your DLL file, ie how do I understand just copy it to a specific folder MariaDB, or should I do some more preparatory work?
I would just test on the example of Apache Solr
Looking ahead, Apache Solr has the ability of BASIC AUTHENTICATION, specifically its anyway have to use, at least to protect from an outside of the index, is it possible your method is also to use it. I all these details REST authorization not know, in your example,or rather from Open Weather there is issued a TOKEN, and Apache Solr, I do not remember such possibility, there's just a pair of USERNAME/PASSWORD