Community Tip - You can change your system assigned username to something more personal in your community settings. X
I want to download the source control entities folder structure present in an "Azure DevOps Repo" to a "Thingworx Repository" through API. Kindly suggest the service to be written.
Once the download is complete, I want to call Import Source Control Entities service to complete the deployment.
Solved! Go to Solution.
Hi @DM_9985019.
You will need to figure out how to interact with Azure DevOps Repo via an Azure API. Once you've done that, you can write a service in ThingWorx for calling that API, and another one for importing the entities. We assume these Source Control entities were created in ThingWorx.
Regards.
--Sharon
Hi @DM_9985019.
You will need to figure out how to interact with Azure DevOps Repo via an Azure API. Once you've done that, you can write a service in ThingWorx for calling that API, and another one for importing the entities. We assume these Source Control entities were created in ThingWorx.
Regards.
--Sharon