Reading resqml data using fetpapi

Hi,

No, you must first initiate the ETP session and for that you need "authorization " because you provided one when starting openEtpServer with “-u foo -p bar” parameters. You may try to disable authorization on server side.
Otherwise, please provide authorization which would be “Basic Zm9vOmJhcg==” based on “-u foo -p bar”

Not enough time for now but this is the plan. And we also encourage contribution.
The C++ example is more complete but more complex. You may give a look at it fetpapiClient/src/withFesapi/main.cpp at main · F2I-Consulting/fetpapiClient · GitHub especially lines 241 to 271 for your particular question.

It is not generated yet. This generation is on the TODO list.

Same answer.
But basically, the idea is to get the ETP dataobjects which you want from the ETP server and add them into the repository. Then, you use your repository exactly as usual.
Here is probably the video you talk about: Cisco Webex Meetings

The plan is to make a first release in 2023. I think it will be second semester.
I don’t expect huge changes in FETPAPI. Cleaning and testing are the main things to do.