change limit==1 bug, add interval parameter (offered by pull-request), also change the amount of id splits to allow for max url length 2000
Repaired the history retrieval due to the fact that one api call can only retrieve 1000 data points. Therefore we have to call more often on the api when retrieving the entire history.
Added and corrected a waiter function to wait an additional 60 seconds after the end of the history command before another command could be executed (to not accidentally retrieve the same outdated data). Fixed the waiter.
Due to a change in the web-api of CMC we can only make one call to
the api per minute (else, it will just deliver the same output as for
the first call of the 60 seconds). To reduce the overhang, I have
redesigned the interfaces to retrieve as many ids from one api call as
possible (limited by the 2000 character limitation of the URL). We can
set requestLimit
to increase/decrease the number of
simultaneous ids that are retrieved from CMC.
Rewrite of crypto_info and exchange_info to take similar input as crypto_history. Also extensively updated readme.
Adapt spelling and ’’ for CRAN and explain why I have taken Jesse Vent off the package authors (except function names everything else is new)
Add Exchange functions, delete unnecessary functions, update readme, prepare for submission to cran
NEWS.md
file to track changes to the
package.