Get list of uploaded scalechem packages
Get list of packages in a private channel
GET
https://api.olisystems.com/channel/scalechem
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer {access_token} |
Download package by file id
GET
https://api.olisystems.com/channel/download/file/{fileId}
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer {access_token} |
Delete uploaded package by file id
DELETE
https://api.olisystems.com/channel/file/{fileId}
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer {access_token} |
Last updated