Sha256: c48ae3eeec808716033a42d6d732adc3f7176ce60cc708b3f4dfa40bb573a3dc

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 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 ApiListUsageDailySnapshot = params => Api.get(`/usage_daily_snapshots`, params)
const listUsageDailySnapshot = createActions('USAGEDAILYSNAPSHOT_LIST')

export {

  listUsageDailySnapshot, ApiListUsageDailySnapshot,
}

Version data entries

1 entries across 1 versions & 1 rubygems

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