ExCwmanage v0.1.11 ExCwmanage.Api.Sandbox View Source
API Sandbox for testing and dev
Link to this section Summary
Functions
Callback implementation for ExCwmanage.Api.delete/2
Callback implementation for ExCwmanage.Api.get/2
Callback implementation for ExCwmanage.Api.get_page/2
Callback implementation for ExCwmanage.Api.get_raw/2
Callback implementation for ExCwmanage.Api.patch/2
Callback implementation for ExCwmanage.Api.post/2
Callback implementation for ExCwmanage.Api.put/2
Link to this section Functions
Link to this function
delete(path, parameters) View Source
Callback implementation for ExCwmanage.Api.delete/2
.
Link to this function
delete_http(path, parameters) View Source
Link to this function
get(path, params) View Source
Callback implementation for ExCwmanage.Api.get/2
.
Link to this function
get_http(path, list) View Source
Link to this function
get_http_page(path, params) View Source
Link to this function
get_http_raw(path, params) View Source
Link to this function
get_page(path, params) View Source
Callback implementation for ExCwmanage.Api.get_page/2
.
Link to this function
get_raw(path, params) View Source
Callback implementation for ExCwmanage.Api.get_raw/2
.
Link to this function
patch(path, payload) View Source
Callback implementation for ExCwmanage.Api.patch/2
.
Link to this function
patch_http(path, payload) View Source
Link to this function
post(path, payload) View Source
Callback implementation for ExCwmanage.Api.post/2
.
Link to this function
post_http(path, payload) View Source
Link to this function
put(path, payload) View Source
Callback implementation for ExCwmanage.Api.put/2
.
Link to this function