nordnet / nordnet-next-api

Nordnet nExt API Javascript client
27 stars 11 forks source link

Cannot have a body on delete request #24

Open xenonn opened 6 years ago

xenonn commented 6 years ago

Delete requests are assumed to never have a body, this assumption does not always hold true.

I would like to be able to perform a del("url", body, headers)

Where body is any object that can be transformed into json