All URIs are relative to https://localhost/
| Method | HTTP request | Description |
|---|---|---|
| fileParser | POST /api/Helper/FileParser |
FileParserResult fileParser(opts)
var SlambySdk = require('slamby-sdk');
var apiInstance = new SlambySdk.HelperApi();
var opts = {
'fileParser': new SlambySdk.FileParser() // FileParser |
};
apiInstance.fileParser(opts).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});
| Name | Type | Description | Notes |
|---|---|---|---|
| fileParser | FileParser | [optional] |
No authorization required
- Content-Type: application/json, text/json, application/json-patch+json
- Accept: Not defined