- Concessions to get it published on cran:
- By default print, doesn't print any records.
prefix_functions
accepts dummy dot-arguments but raises an error when called with more than one arguments
- Make all fields of ODataQuery private except
url
. - Constructor arguments
.resource
and.query_options
that should not be used directly get a leading dot. - ODataQuery is no longer cloneable (It's immutable now anyway).
top
andskip
get 10 as default parameter.print
by default prints the whole data.frame.
- New function
to_odata
that translates R code for use in an OData query. and_query
,or_query
andnot_query
now return anodata_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 parameterhttr_args
. This can be useful if you are behind a proxyserver or if authentication is required. -
Method
retrieve
on ODataQuery takes a new parametercount
.