Skip to content

Commit be53689

Browse files
committed
Add new codegens to README
1 parent f8ae22d commit be53689

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v1.2.1 (April 26, 2022)
22
* Add label for 'R' language
33

4-
v1.2 (April 22, 2022)
4+
v1.2.0 (April 22, 2022)
55
* Add new codegens - php-guzzle, R-httr, R-rcurl
66
* Fix issue with pipeline failing due to updated version of RestSharp
77
* Fix for - [502](https://github.com/postmanlabs/postman-code-generators/issues/502) Allow GET method to have a body in java-okhttp if present in input request

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ List of supported code generators:
3535
| Objective-C| NSURLSession|
3636
| OCaml | Cohttp |
3737
|PHP | cURL |
38+
|PHP | Guzzle |
3839
|PHP | pecl_http |
3940
|PHP | HTTP_Request2 |
4041
| PowerShell | RestMethod |
4142
| Python | http.client |
4243
| Python | Requests |
44+
| R | httr |
45+
| R | RCurl |
4346
| Ruby | Net:HTTP |
4447
| Shell | Httpie |
4548
| Shell | wget |

0 commit comments

Comments
 (0)