Hello Dojo Community,
Hope you are keeping well?
What best way is there to send HTTP requests from Dataminer to Git Lab API endpoint using standard HTTP methods - GET, POST, PUT, DELETE?
Hi Samson,
When DataMiner needs to interact with a third-party device or system this is typically being done using a connector. In that connector you can send and receive data and store the results in parameters and tables. The following page provides more information about DataMiner connectors in general: https://docs.dataminer.services/develop/devguide/Connector/Introduction.html.
More information about HTTP communication in a connector can be found here: https://docs.dataminer.services/develop/devguide/Connector/ConnectionsHttpIntroduction.html.
Hopefully this information can already help you further. If additional assistence is needed, please don't hesitate to reach out again.
Many thanks for sharing Tom, I would go through these materials and revert back to you. Cheers