Skip to content

Commit

Permalink
Handling unspecified parameters on GET. Adding customizable root folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
silverl committed Feb 5, 2019
1 parent 242359b commit a2ce2ae
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 334 deletions.
1 change: 1 addition & 0 deletions helpers/netSuiteRestClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const vscode = require('vscode');
const superagent = require('superagent');
const OAuth = require('oauth-1.0a');
const crypto = require('crypto');
let path = require('path');

function getRelativePath(absFilePath) {
var rootDirectory = vscode.workspace.getConfiguration('netSuiteUpload')['rootDirectory'];
Expand Down
Loading

0 comments on commit a2ce2ae

Please sign in to comment.