API Module
The Appmixer SDK uses this API module internally to connect to the REST API.
Name
Description
Configuration
const appmixer = new Appmixer(config)
appmixer.api.set(key, value)
appmixer.api.get(key)config.baseUrl
config.accessToken
Methods
api.authenticateUser
api.signupUser
api.createFlow
api.deleteFlow
api.getFlow
api.getFlows
api.getFlowsCount
api.updateFlow
api.startFlow
api.stopFlow
api.cloneFlow
api.getUser
api.getStores
api.getStore
api.getStoreRecordsCount
api.getStoreRecords
api.createStore
api.deleteStore
api.renameStore
api.createStoreItem
api.deleteStoreItems
api.createAccount
api.getAccounts
api.getComponentAccounts
api.getAccountFlows
api.setAccountName
api.getLogs
api.getLog
api.getPeopleTasks
api.getPeopleTasksCount
api.getPeopleTask
api.approveTask
api.rejectTask
api.getCharts
api.getChart
api.deleteChart
api.getFlowAuthentication
Events
error
warning
Last updated
Was this helpful?
