splitio / javascript-commons

Other
3 stars 5 forks source link

Remove the `getOptions` method from the `IPlatform` interface. #288

Closed EmilianoSanchez closed 6 months ago

EmilianoSanchez commented 6 months ago

Javascript commons library

What did you accomplish?

Removed the getOptions method from the IPlatform interface to simplify the code. This method was only provided by NodeJS to pass an agent option to fetch requests. But the same can be done directly inside the getFetch method.

How do we test the changes introduced in this PR?

Updated unit tests.

Extra Notes