Skip to content

v3.1.2

Choose a tag to compare

@zplata zplata released this 14 May 15:31
· 33 commits to master since this release
750b4c9

What's Changed

  • Add helper method for creating and uploading a Webflow Asset by @zplata in #251

Usage (docs coming soon):

await client.assets.utilities.createAndUpload(siteId, {
    fileName: "myimage.jpeg",
    file: "https://fastly.picsum.photos/id/351/200/300.jpg?hmac=OSQYmRI8IZkaMcC4ERotpBhe0AymVYajIIKPJFDzGBY",
});

Full Changelog: v3.1.1...v3.1.2