Skip to content

Commit

Permalink
Add domain, version, resource and action to the meta.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
po5i committed Jun 26, 2018
1 parent 99fe5ac commit 07a0e9e
Show file tree
Hide file tree
Showing 1,142 changed files with 5,811 additions and 1,168 deletions.
6 changes: 5 additions & 1 deletion accounts/v1/aws/create-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/AWS",
"method": "post"
"method": "post",
"domain": "accounts",
"version": "v1",
"resource": "credential_aws",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/aws/delete-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/AWS/{sid}",
"method": "delete"
"method": "delete",
"domain": "accounts",
"version": "v1",
"resource": "credential_aws",
"action": "delete"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/aws/fetch-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/AWS/{sid}",
"method": "get"
"method": "get",
"domain": "accounts",
"version": "v1",
"resource": "credential_aws",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/aws/read-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/AWS",
"method": "get"
"method": "get",
"domain": "accounts",
"version": "v1",
"resource": "credential_aws",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/aws/update-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/AWS/{sid}",
"method": "post"
"method": "post",
"domain": "accounts",
"version": "v1",
"resource": "credential_aws",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/public_key/create-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/PublicKeys",
"method": "post"
"method": "post",
"domain": "accounts",
"version": "v1",
"resource": "credential_public_key",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/public_key/delete-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/PublicKeys/{sid}",
"method": "delete"
"method": "delete",
"domain": "accounts",
"version": "v1",
"resource": "credential_public_key",
"action": "delete"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/public_key/fetch-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/PublicKeys/{sid}",
"method": "get"
"method": "get",
"domain": "accounts",
"version": "v1",
"resource": "credential_public_key",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/public_key/read-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/PublicKeys",
"method": "get"
"method": "get",
"domain": "accounts",
"version": "v1",
"resource": "credential_public_key",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion accounts/v1/public_key/update-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://accounts.twilio.com/v1/Credentials/PublicKeys/{sid}",
"method": "post"
"method": "post",
"domain": "accounts",
"version": "v1",
"resource": "credential_public_key",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/create-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/create-subaccounts-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/fetch-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/fetch-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/fetch-subaccounts-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/read-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/read-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/read-example-2/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/read-subaccounts-example-2/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/update-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/update-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/update-example-2/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion api/v2010/account/update-example-3/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{sid}.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "account",
"action": "update"
}
}
6 changes: 5 additions & 1 deletion api/v2010/add_on_result/delete-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Recordings/{reference_sid}/AddOnResults/{sid}.json",
"method": "delete"
"method": "delete",
"domain": "api",
"version": "v2010",
"resource": "recording_add_on_result",
"action": "delete"
}
}
6 changes: 5 additions & 1 deletion api/v2010/add_on_result/fetch-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Recordings/{reference_sid}/AddOnResults/{sid}.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "recording_add_on_result",
"action": "fetch"
}
}
6 changes: 5 additions & 1 deletion api/v2010/add_on_result/read-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Recordings/{reference_sid}/AddOnResults.json",
"method": "get"
"method": "get",
"domain": "api",
"version": "v2010",
"resource": "recording_add_on_result",
"action": "read"
}
}
6 changes: 5 additions & 1 deletion api/v2010/address/create-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Addresses.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "address",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion api/v2010/address/create-example-1/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Addresses.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "address",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion api/v2010/address/create-example/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Addresses.json",
"method": "post"
"method": "post",
"domain": "api",
"version": "v2010",
"resource": "address",
"action": "create"
}
}
6 changes: 5 additions & 1 deletion api/v2010/address/delete-default/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": {}
},
"location": "https://api.twilio.com/2010-04-01/Accounts/{account_sid}/Addresses/{sid}.json",
"method": "delete"
"method": "delete",
"domain": "api",
"version": "v2010",
"resource": "address",
"action": "delete"
}
}
Loading

0 comments on commit 07a0e9e

Please sign in to comment.