Releases: gunjandatta/sprest
Releases · gunjandatta/sprest
New Method: getInfo()
The base class contains a new method called getInfo(). This will return the information for the request, and is meant for NodeJS scripts. The info will include the request body, method and url.
NodeJS Support
The references to the "window" object was causing the library to not work in NodeJS scripts. This reference has been updated to ensure it will work in NodeJS.
Intellisense Rewritten
The intellisense for the library has been rewritten from the ground up, so you no longer need to specify the result of the execution.