Hi,
I need to migrate from getting my TM3 file via SFTP to your new API product. Is there any code example that demonstrates the step and flow?
Hello @Mary Davis
The generic example code (can be applied to any bulk files such as TM3, ESG, Symbology, etc.) in Python and Postman is available on Github:
You can find more detail about each step from the Step-By-Step Workflow Guide for RDP Client File Store (CFS) API article.
However, some TM3 users might think the resources above are too complicate, there are the following code examples that simplify for TM3 use-case as follows:
If you are using Python, .NET, or TypeScript, there are the Data Library which is the ease-of-use API built on top of the RDP HTTP APIs. The code is easier than pure HTTP examples above, and you do not need to manage session, authentication and connection. The Data Library is available in the following programming languages:
Please note that all example codes are aimed for demonstration purpose only.