import {VersionService} from 'ceo-core/application/services/version-service.js'
Method Summary
Public Methods | ||
public |
Fetch all versions for given UUID |
|
public |
Fetch single version |
|
public |
updateVersion(version: *): * |
|
public |
updateVersions(version: *): * |
Inherited Summary
From class BaseService | ||
public |
Preform a DELETE action |
|
public |
Preform a GET action |
|
public |
Preform a POST action |
|
public |
postUpload(url: string, data: object, params: object): object Preform a POST action |
|
public |
Preform a PUT action |
Public Methods
public fetchOne(id: string, opts: object, forceUpdate: Boolean): * source
Fetch single version
Return:
* |
public updateVersions(version: *): * source
Params:
Name | Type | Attribute | Description |
version | * |
Return:
* |