Skip to content
New issue

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

Consider adding purge method. #8

Open
jmervine opened this issue Feb 10, 2014 · 1 comment
Open

Consider adding purge method. #8

jmervine opened this issue Feb 10, 2014 · 1 comment
Assignees

Comments

@jmervine
Copy link
Contributor

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 ..
});
@jmervine jmervine self-assigned this Feb 10, 2014
@jmervine
Copy link
Contributor Author

@jdorfman thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant