File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ List of supported code generators:
1717
1818| Language | Variant |
1919| -----------| ---------------|
20+ | C | libcurl |
2021| C# | RestSharp |
2122| cURL | cURL |
2223| Go | Native |
@@ -35,6 +36,8 @@ List of supported code generators:
3536| PHP | pecl_http |
3637| PHP | HTTP_Request2 |
3738| PowerShell | RestMethod |
39+ | Python | http.client |
40+ | Python | Requests |
3841| Ruby | Net: HTTP |
3942| Shell | Httpie |
4043| Shell | wget |
@@ -153,7 +156,7 @@ This function takes in five parameters and returns a callback with error and gen
153156* ` language ` - lang key from the language list returned from getLanguageList function
154157* ` variant ` - variant key provided by getLanguageList function
155158* ` request ` - [ Postman-SDK] ( https://github.com/postmanlabs/postman-collection ) Request Object
156- * ` options ` - Options that can be used to configure generated code snippet. Defaults will be used for the
159+ * ` options ` - Options that can be used to configure generated code snippet. Defaults will be used for the unspecified attributes
157160* ` callback ` - callback function with first parameter as error and second parameter as string for code snippet
158161
159162##### Example:
You can’t perform that action at this time.
0 commit comments