netsuite-restlet-req-for-go

module
v0.0.0-...-b2bead3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2021 License: Apache-2.0

README

NetSuite requests Go package

Using this package, you'll be able to call RESTLET APIs using OAuth 1.0.

Credentials

First of all, create an integration app and, after that, create an access token. With that, use this JSON file example to put your credentials:

{
  "token": {
    "key": "INSERT-YOUR-TOKEN-KEY",
    "secret": "INSERT-YOUR-TOKEN-SECRET"
  },
  "consumer": {
    "key": "INSERT-YOUR-CONSUMER-KEY",
    "secret": "INSERT-YOUR-CONSUMER-SECRET"
  }
}
Examples

In examples directory, there are POST and GET implementations. PUT is similar to POST, just change the HTTP method.

Directories

Path Synopsis
examples
get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL