thisandagain / fastly

Fastly API client for Node.js
MIT License
70 stars 28 forks source link

Fix for "ReferenceError: url is not defined" and purge_all 404 #2

Closed ghost closed 11 years ago

ghost commented 11 years ago

Changed 'uri' to 'url' param in 'request' method to match use inside of method.

Corrected the purgeAll endpoint URL.

thisandagain commented 11 years ago

Thanks @jeremiahlee great catch.