BanMe_2
April 9th, 2015, 16:00
I work in product data management, and the keeping up with new product images and MSDS sheets and PDF is hard.. So 1worldsync developed DAM(Digital asset management) as a tool to be used to store images along with product data onto there Data Synchronization network. Which is used to communicate the product data from Supplier to Distributor/Retailer. They have a IM implementation which I have automated with A.D.A.M. using the naming convention on windows to my advantage( numbers before letters ). That is just a simple bot that uploads assets, the 2nd way to access this is though machine to machine communication using XML over a AS2 connection, I have also added my own automation layer in HTML and javascript to drag and drop assets and select the other parameters and generate the files in zipped format directly in the browser to be uploaded to my as2 folder for sending to 1worldsynd. The 3rd one is the one I am having some difficulty with. Now I have this document https://s3.amazonaws.com/enterprise-multitenant.3scale.net.3scale.net/1sync/2015/03/17/1WorldSync_DAM_API_Guide_v3-65afa258fe6058ee.pdf?AWSAccessKeyId=AKIAIRYLTWBQ37ZNGBZA&Expires=1428615127&Signature=MZrXvKsHC%2FnJDblY4uCzsTkuz%2Fc%3D and I am trying to distill the document down to a RESTful API client. Included in that document is samples of the multi-part/form-data upload to the server and sample response recieved back. If anyone could review that document and go over the technical details that are pertinent to the API and help me reverse the wording into code, I would greatly appreciate it. I have been looking at this and researching it the best I know how and have implemented it in its other forms.
Kind regards
Kind regards