prefix_functions
accepts dummy dot-arguments but raises
an error when called with more than one argumentsurl
..resource
and
.query_options
that should not be used directly get a
leading dot.top
and skip
get 10 as default
parameter.print
by default prints the whole data.frame.to_odata
that translates R code for use in
an OData query.and_query
, or_query
and
not_query
now return an odata_query
.Change interaction with jsonlite. Functions that retrieve data no
longer take additional arguments that are passed to jsonlite. Additional
parameters to jsonlite can from now on be supplied by a parameter
jsonlite_args
.
Pass additional options to httr::GET
. Additional
parameters to jsonlite can from now on be supplied by a parameter
httr_args
. This can be useful if you are behind a
proxyserver or if authentication is required.
Method retrieve
on ODataQuery takes a new parameter
count
.