bullhorn / taurus

Typescript client for the Bullhorn REST API
MIT License
10 stars 6 forks source link

Investigate any potential issues arising from server side use of taurus #32

Open amrutha-rajiv opened 5 years ago

sgtlambda commented 5 years ago

Always used to work perfectly fine for me running 2.4.0 in a server side environment (ts-node) but when I try updating to 2.7.0 I'm running into a lot of trouble as the result of a bunch of references to globals such as navigator and localStorage (the latter used to be just a warning but now I'm getting an error)

I'm rolling back to a previous version such as 2.4.0 for now but I might be able to look at creating a server side compatibility PR in the future.