mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-01 03:26:42 +00:00
9 lines
154 B
CoffeeScript
9 lines
154 B
CoffeeScript
|
canvas = require('./_canvas')
|
||
|
|
||
|
exports.getAll = ->
|
||
|
return canvas.get
|
||
|
resource: 'application'
|
||
|
options:
|
||
|
orderby: 'app_name asc'
|
||
|
expand: 'device'
|