Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Netsuite REST Web Services - Python GET Request OAuth1
Hi community, thanks in advance for your help. I've successfully setup REST Web Services API in our sandbox environment, and successfully made GET requests using the documented Postman application. I'm now trying to write script in Visual Studio code that mimics Postman's requests but am having a difficult time finding a Python library that will create the authentication headers the same way Postman does. There is no Netsuite documentation on this that I can find. Does anyone have Python library examples, or a recommended way to hash the signature and pass through to header upon request? I've setup the integration