Skip to content

Commit

Permalink
chore: adding examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Sep 24, 2024
1 parent 6c5c594 commit b60cb66
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down Expand Up @@ -144,7 +144,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
6 changes: 3 additions & 3 deletions examples/csharp/src/Twilio/Rest/Api/V2010/AccountOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand All @@ -119,7 +119,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down Expand Up @@ -175,7 +175,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down Expand Up @@ -78,7 +78,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand All @@ -103,7 +103,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public List<KeyValuePair<string, string>> GetParams()
return p;
}



}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
{{>options/GetBody}}
{{/vendorExtensions.x-is-json}}
{{>options/HeaderParams}}
{{>options/HeaderParams}}
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
{{>options/GetBody}}
{{/vendorExtensions.x-is-json}}
{{>options/HeaderParams}}
{{>options/HeaderParams}}
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
{{>options/GetBody}}
{{/vendorExtensions.x-is-json}}
{{>options/HeaderParams}}
{{>options/HeaderParams}}
}

0 comments on commit b60cb66

Please sign in to comment.