forked from tenfold/rest_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CommonObject as NetsuiteToolkit and relocate tests from Upse…
…rter. Add more JSDoc.
- Loading branch information
James Christie and Christopher M. Hobbs
authored and
James Christie
committed
Apr 26, 2013
1 parent
77391d3
commit 04ace86
Showing
29 changed files
with
5,142 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,32 @@ | ||
rest_suite | ||
========== | ||
|
||
Server-side Javascript library that wraps parts of the Netsuite SuiteScript API | ||
Server-side Javascript library that wraps parts of the Netsuite SuiteScript API | ||
|
||
note | ||
---- | ||
|
||
- when `id` is seen, it can generally be assumed to be `internal_id` in netsuite | ||
- each script is its own endpoint | ||
- every object within the scrips are private | ||
- every endpoint is a post | ||
- actions are taken based on the request body of the post | ||
|
||
data-struct reference | ||
--------------------- | ||
|
||
Build out README sections to explain each key. | ||
|
||
+ single record action | ||
- id | ||
- record_type | ||
+ literals | ||
+ sublists | ||
- name | ||
+ line_items | ||
+ create_or_update | ||
- match_field | ||
- literals | ||
+ excise | ||
- match_field (unique field to search against) | ||
- value |
Oops, something went wrong.