Hi.
I've had a close look at the FME Server API.
It seems that I can download a list of uploaded workspaces in a server repository, and get the timestamps of their upload.
I can compare those timestamps to the file timestamps of my master repository on a file share, and determine which ones that need to be updated on the server.
And there is a nice function to replace an item (PUT /repositories/< repository >/items/< item > ), but the notes say: Note: This endpoint is for internal use by FME Workbench and is not supported for external applications.
Does this means that automating uploads to an FME Server is undocumented and impossible as-is ?
Or is there another way (apart from hacking via a file access) ?
Cheers.