We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
purge
Consider adding purge method to purge pull zones, callable like so:
var zoneid = 12345; vail files = [ '/foo.css', '/bar.css' ]; maxcdn.purge(zoneid); maxcdn.purge(zoneid, files); maxcdn.purge(zoneid, files, function callback(err, res) { // ... callback code .. });
The text was updated successfully, but these errors were encountered:
@jdorfman thoughts?
Sorry, something went wrong.
jmervine
No branches or pull requests
Consider adding
purge
method to purge pull zones, callable like so:The text was updated successfully, but these errors were encountered: