Methods
create
- create(projectId: string, body: object): Promise<object>
-
Parameters
-
projectId: string
-
body: object
Returns Promise<object>
}
delete
- delete(projectId: string, screenshotId: number): Promise<object>
-
Parameters
-
projectId: string
-
screenshotId: number
Returns Promise<object>
}
get
- get(projectId: string, screenshotId: number): Promise<object>
-
Parameters
-
projectId: string
-
screenshotId: number
Returns Promise<object>
}
list
- list(projectId: string, query?: IPage): Promise<object>
-
Parameters
-
projectId: string
-
Optional query: IPage
Returns Promise<object>
}
update
- update(projectId: string, screenshotId: string, body: object): Promise<object>
-
Parameters
-
projectId: string
-
screenshotId: string
-
body: object
Returns Promise<object>
}
IScreenshots