Sha256: 81b22486f80128d61c45044394aedaaca693f4155c71dd061ed9d2454d8b00d6
Contents?: true
Size: 659 Bytes
Versions: 1
Compression:
Stored size: 659 Bytes
Contents
import { createActions } from 'utils/actions' import Api from 'utils/api' // Parameters: // user_id - integer - User ID. Provide a value of `0` to operate the current session's user. // page - integer - Current page number. // per_page - integer - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended). // action - string - Deprecated: If set to `count` returns a count of matching records rather than the records themselves. const ApiListUserCipherUse = params => Api.get(`/user_cipher_uses`, params) const listUserCipherUse = createActions('USERCIPHERUSE_LIST') export { listUserCipherUse, ApiListUserCipherUse, }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
files.com-1.0.55 | react-saga-internal/lib/userCipherUses/actions.js |