Skip to content

Commit 74c93ca

Browse files
authored
Merge pull request #44 from Krinkle/highwinds-cdn
Switch Purge script to Highwinds API
2 parents cfe94a7 + b22e90d commit 74c93ca

File tree

7 files changed

+90
-1095
lines changed

7 files changed

+90
-1095
lines changed

config-sample.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"url": "vagrant.codeorigin.jquery.com",
33
"username": "admin",
44
"password": "secret",
5-
"cdn": {
6-
"consumer_key": "key",
7-
"consumer_secret": "secret"
5+
6+
"highwinds": {
7+
"api_url": "https://striketracker.highwinds.com",
8+
"api_token": "example_token",
9+
"account_hash": "example_hash",
10+
"file_hostname": "code.jquery.com"
811
}
912
}

netdnarws-php/CurlException.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

netdnarws-php/NetDNA.php

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)