Pivo v0.1.0 Pivo.ActionRouter View Source
Action Router module.
Builds the params
keyword list needed by the Pivo.TrackerAPI
module to issue an HTTP request.
Link to this section Summary
Functions
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the create
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the destroy
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the fetch
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_all
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_paginated
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_selected
action.
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the update
action.
Link to this section Functions
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the create
action.
See create/2
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the destroy
action.
See destroy/1
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the fetch
action.
See fetch/1
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_all
action.
See get_all/1
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_paginated
action.
See get_paginated/1
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the get_selected
action.
See get_selected/1
Maps the Pivo.Resource
module to its corresponding Pivo.Endpoint
module for the update
action.
See update/2