You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if the backendContext module could return metadata.baasUrl. As it stands, to invoke REST API calls from a Flex Function, I need to also pass around the context object (to get "context.headers.host"). For example, see the example in the Flex API reference: https://devcenter.kinvey.com/rest/reference/flex/reference.html#Examples5
The text was updated successfully, but these errors were encountered:
It'd be nice if the backendContext module could return metadata.baasUrl. As it stands, to invoke REST API calls from a Flex Function, I need to also pass around the context object (to get "context.headers.host"). For example, see the example in the Flex API reference:
https://devcenter.kinvey.com/rest/reference/flex/reference.html#Examples5
The text was updated successfully, but these errors were encountered: