- Checking for the
http
responses using aHEAD
method instead of aGET
which takes too much time on largeCSV
files.
-
The functions that query data now check for the API response, and if not successful, they return
NULL
. -
In
BARIS_search
, removing then_pages
parameter and adding two new parameters to query the results, namely:page_number
andpage_size
- minor bugs fixing
- added assertion features
- I've added an add-in that allows the user to use the package in an interactive manner.
- First release of BARIS.