Skip to content

Conversation

@muthurathinam
Copy link
Contributor

Making get and post calls for streams was not working with the fetch api updation.

Reason: API was using the JavaScript native Request object to make fetch calls which is not supported in NodeJS environment.

Fix: Adding handler to make fetch call with Request object, and plain url and options param (option includes method, headers,.. etc)

@muthurathinam muthurathinam merged commit cc1f3cf into dev Jul 30, 2018
@muthurathinam muthurathinam deleted the Fix-Stream-Request branch July 30, 2018 07:10
@muthurathinam muthurathinam restored the Fix-Stream-Request branch July 30, 2018 10:00
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.

6 participants