Skip to content

Commit

Permalink
Refactor CommonObject as NetsuiteToolkit and relocate tests from Upse…
Browse files Browse the repository at this point in the history
…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
Show file tree
Hide file tree
Showing 29 changed files with 5,142 additions and 336 deletions.
30 changes: 29 additions & 1 deletion README.md
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
40 changes: 0 additions & 40 deletions common.js

This file was deleted.

Loading

0 comments on commit 04ace86

Please sign in to comment.