JavaScript SDK (v0.34.0)Reference
HardwareResource
Resource for operations related to hardware.
Class: HardwareResource
Resource for operations related to hardware.
Extends
Constructors
Constructor
new HardwareResource(
api):HardwareResource
Create a new resource.
Parameters
api
API client instance used to communicate with WriftAI's API.
Returns
HardwareResource
Inherited from
Methods
list()
list(
options?,signal?):Promise<PaginatedResponse<Hardware>>
List hardware.
Parameters
options?
Optional settings to control pagination behavior.
signal?
AbortSignal
Optional AbortSignal to cancel the request.
Returns
Promise<PaginatedResponse<Hardware>>
Paginated response containing hardware and navigation metadata.