Skip to content

Commit ad51688

Browse files
authored
Merge pull request #234 from ajwad-shaikh/readme-todo
Add missing languages and typo fix in README file
2 parents 72dd928 + 7c72bfa commit ad51688

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)