通过网络服务在 Pimcore 中创建资产
Create an asset in Pimcore through web service
我是 Pimcore 的新手,但我正要去 API 看看它是否能满足我的要求。我想做的是通过它的网络服务 API 向 Pimcore 添加资产。我发现这应该是可能的 (link),但我不知道怎么做,因为它没有很好的记录。可以向我提供有关如何通过网络服务将图像作为资产上传到 Pimcore 的示例 API?
谢谢!
这里是例子 url:
http://website-domain.dev/webservice/rest/asset?apikey=YOUR_API_KEY
还有示例 post 数据:
{"data":"<<BASE 64 ENCODED FILE>>","parentId":1,"type":"image","filename":"image.jpg","path":"\/","mimetype":"image\/jpeg","userOwner":"2","properties":null,"metadata":[]}
我是 Pimcore 的新手,但我正要去 API 看看它是否能满足我的要求。我想做的是通过它的网络服务 API 向 Pimcore 添加资产。我发现这应该是可能的 (link),但我不知道怎么做,因为它没有很好的记录。可以向我提供有关如何通过网络服务将图像作为资产上传到 Pimcore 的示例 API?
谢谢!
这里是例子 url:
http://website-domain.dev/webservice/rest/asset?apikey=YOUR_API_KEY
还有示例 post 数据:
{"data":"<<BASE 64 ENCODED FILE>>","parentId":1,"type":"image","filename":"image.jpg","path":"\/","mimetype":"image\/jpeg","userOwner":"2","properties":null,"metadata":[]}