smartstock-core
v1.0.5
Published
List of api you can use in your smartstock module.
Readme
SmartStock Libs API
List of api you can use in your smartstock module.
Services
Injected at root level. Handle your shop file assets, image, video, music and other raw files
Methods
async getFiles(): Promise<Array<FileResponseModel>>
This method return all files in a shop order by last updated.
async uploadFile(file: File), callback: (progress: any) => void): Promise
