get_engine {projmgr} | R Documentation |
Core code for all GET calls
Description
Core code for all GET calls
Usage
get_engine(api_endpoint, ref, limit = Inf, ...)
Arguments
api_endpoint |
API endpoint |
ref |
Repository reference (list) created by |
limit |
Number of records to return, passed directly to |
... |
Additional user-defined query parameters. Use |
Value
Content of GET request as list
[Package projmgr version 0.1.1 Index]