sjelfull / craft3-imgix

Use Imgix with Craft
https://superbig.co
MIT License
13 stars 7 forks source link

update new Imgix purge endpoint #23

Closed tgupta-adc closed 3 years ago

tgupta-adc commented 3 years ago

https://docs.imgix.com/apis/management#purge-examples implements new endpoint for purging. legacy endpoints will not be supported by Imgix after end of march. Also, new API keys of format "ak_***" don't work with legacy end point. This PR updates code with new end point.

sjelfull commented 3 years ago

Thanks, will do a update today that fixes this in a different way.