Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/servel333/node-netsuite-suitetalk-wsdl
NPM modules containing the NetSuite SuiteTalk WSDL files
https://github.com/servel333/node-netsuite-suitetalk-wsdl
netsuite netsuite-api netsuite-suitetalk nodejs
Last synced: about 1 month ago
JSON representation
NPM modules containing the NetSuite SuiteTalk WSDL files
- Host: GitHub
- URL: https://github.com/servel333/node-netsuite-suitetalk-wsdl
- Owner: servel333
- Archived: true
- Created: 2019-08-12T17:20:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T01:45:45.000Z (over 2 years ago)
- Last Synced: 2024-04-24T23:00:27.767Z (7 months ago)
- Topics: netsuite, netsuite-api, netsuite-suitetalk, nodejs
- Language: JavaScript
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick start
```
make compile
```
* output in `.build/wsdl_v*`## Contributing
* Download the WSDL zip file https://www.netsuite.com/portal/developers/resources/suitetalk-documentation.shtml
* Put in `wsdls/WSDL_v2020_1_0.zip`
* Edit `Makefile` to add this version
```
VERSIONS = \
2020_1_0 \
2019_1_0 \
...
```
* Run `make test`
* Commit and open a PR.