Hi :slightly_smiling_face: Anyone know where I can...
# beginners
e
Hi 🙂 Anyone know where I can find info about NetSuite rate limits? Like how many calls I can make to the API etc?
e
🙏
m
Are you building an integration that other companies will be using? Or building something for internal use?
e
I am making some RESTlets that our customers can call to see their invoices
They will not be called many times, but I want to make sure we dont get rate-limited
m
got it yeah sounds like you'll be fine. It gets fun when those customers have other integrations that get in your way 🙂
Definitely recommended to have retry logic if you get a concurrency error
e
hehe 🙂 Yeah, thats a good idea. I will start with only calling the RESTlet from our web-page. Might expose it later if there is a need