mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-28 17:48:50 +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'
|