build_request_params {Tivy} | R Documentation |
Build request parameters
Description
Creates parameter set for API request.
Usage
build_request_params(
start_index,
batch_size,
token,
tipo = 2,
start_date = "",
end_date = ""
)
Arguments
start_index |
Start index for pagination. |
batch_size |
Batch size. |
token |
Security token. |
tipo |
Announcement type. |
start_date |
Start date (optional). |
end_date |
End date (optional). |
Value
List of parameters.
[Package Tivy version 0.1.1 Index]