Request
balena.request.send({ url: 'http://api.balena-cloud.com/ping' });Last updated
Was this helpful?
balena.request : Object
The balena-request instance used internally. This should not be necessary in normal usage, but can be useful if you want to make an API request directly, using the same token and hooks as the SDK.
Kind: static member Summary: Balena request instance Access: public Example
balena.request.send({ url: 'http://api.balena-cloud.com/ping' });Last updated
Was this helpful?
Was this helpful?