Sha256: 2832df53fbc6fcd2f3b6781942103300c7f7edcfae0cde19005bf719ff53c62f

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

import { createActions } from 'utils/actions'
import Api from 'utils/api'


// Parameters:
//   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 ApiListIpAddress = params => Api.get(`/ip_addresses`, params)
const listIpAddress = createActions('IPADDRESS_LIST')

export {

  listIpAddress, ApiListIpAddress,
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
files.com-1.0.55 react-saga-internal/lib/ipAddresses/actions.js