Skip to content

Release 1.0.0#262

Merged
abhijitkane merged 71 commits intomasterfrom
release/v1.0.0
May 30, 2020
Merged

Release 1.0.0#262
abhijitkane merged 71 commits intomasterfrom
release/v1.0.0

Conversation

@shreys7
Copy link
Member

@shreys7 shreys7 commented May 29, 2020

No description provided.

idkjs and others added 30 commits January 24, 2020 14:55
Snippet doesn't compile with unused `rest` command. Snippet should now be:

```ocaml
let reqBody =
  let uri = Uri.of_string "https://api.twitter.com/labs/1/users?usernames=TwitterDev&format=detailed" in
  Client.call ~headers:headers `GET uri >>= fun (_resp, body) ->
  body |> Cohttp_lwt.Body.to_string >|= fun body -> body
```
* Zip java-okhttp dependencies and unzip in ci-requirements

* zip java-unirest dependencies and update ci-requirements.

* Change httpbin to mockbin for redirect test.
ignore unused `resp` variable on line 392
…pt for form data testing (#173)

* Move dummy file creation from ci-requirements to test.sh for form data
Added ES6 feature support to NodeJS-Request codegen
Added ES6 feature support to NodeJS Unirest codegen
Added ES6 feature support to NodeJS Native codegen
Fixed Issue #193, remove global shelljs import from test files.
Fixed example code and removed typos throughout the repo
…3e92b3740701635a6

[Snyk] Upgrade form-data from 2.3.2 to 2.5.1
shreys7 and others added 22 commits May 21, 2020 16:42
…mparams

Fixed a bug which caused snippets generation to fail for form data params with no type key present
 - adds ; where necessary
 - removes \n where not required
 - removes double quote sanitization
 - adds \n where necessary
updates readme to include nodejs axios
@shreys7 shreys7 requested a review from umeshp7 May 29, 2020 08:51
@abhijitkane abhijitkane merged commit 0170e26 into master May 30, 2020
@umeshp7 umeshp7 deleted the release/v1.0.0 branch October 9, 2020 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.