Constructor
new ParserServer(sdk, serverUrl, opts)
Create a new parser server instance.
- Source:
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sdk |
ShelfNetwork
|
Parent SDK instance. |
|||||||||||||||||||||||||||||||||||
serverUrl |
string
|
parser URL. |
|||||||||||||||||||||||||||||||||||
opts |
Object
|
|
Methods
(async) getLotDetails(id) → {Promise.<JsonApiResponse>}
Get copart lot details.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
id |
Number
|
Copart lot ID. |