1.0.0 • Published 1 year ago

netsuite-api-services v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Status GitHub Issues GitHub Pull Requests License


📝 Table of Contents

🧐 About

A NPM script that can be used to interact with the NetSuite Suitetalk Services and a custom restlet wrapper. Manages authentication with OAuth 1.0

🏁 Getting Started

To get started install the package in your project dependencies

npm i netsuite-api-services

Create an env file at the root of your project with the required properties

ACCOUNT_ID=
CONSUMER_KEY=
CONSUMER_SECRET=
TOKEN_ID=
TOKEN_SECRET=
RESTLET_URL=

Prerequisites

Configure a NetSuite Integration with OAuth 1.0

  • Create an integration record for OAuth 1.0
  • Create a token for user

🔧 Running the tests

Explain how to run the automated tests for this system.

Break down into end to end tests

Run Unit Tests

npm t

🎈 Usage

Add notes about how to use the system.

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References
1.0.0

1 year ago