Recent Releases of rapiclient
rapiclient - rapiclient v0.1.7
User visible changes
get_apinow has anextargument for API urls that are missing a file extension; this ensures that the file is properly parsed (@almahmoud, #26).
Bug fixes and minor improvements
configargument inget_apiis passed along to theGETcall for non-public APIs that require a token (@almahmoud, #26).get_apihandles both URLs and files (eitherjsonoryml)
Full Changelog: https://github.com/bergant/rapiclient/compare/v0.1.6...v0.1.7
- R
Published by LiNk-NY over 1 year ago
rapiclient - rapiclient v0.1.8
User visible changes
- When present, combine operation parameters and api path-level parameters, where the former take precedence (@almahmoud, #23)
Full Changelog: https://github.com/bergant/rapiclient/compare/v0.1.7...v0.1.8
- R
Published by LiNk-NY over 1 year ago
rapiclient - rapiclient 0.1.6
User visible changes
- when functions that have signatures like
fun(x, ..., .__body__ = list(y)), wherexis a argument for the 'URL' of the RESTful interface, andyis an argument for the 'BODY' of POST and similar requests. The...provide backward compatibility, and is used to populate elements of.__body__; the full interface is required when URL and BODY have identically named arguments (@mtmorgan)
Bug fixes and minor improvements
- allow positional matching for
.bodyarguments (@mtmorgan) - when
.bodyconsists of 1 argument, it is represented as an unnamed set (@mtmorgan) - support argument names duplicated in
.body(@mtmorgan)
Full Changelog: https://github.com/bergant/rapiclient/compare/v0.1.5...v0.1.6
- R
Published by LiNk-NY over 1 year ago
rapiclient - rapiclient 0.1.4
Bug fixes and minor improvements
- Resolve check NOTES (@LiNk-NY, #24)
- Allow multiple
httr::acceptheaders fromop_def$produces(@almahmoud, #22) - Work with
operation$parametersthat have zero length (@seandavi, #20)
- R
Published by bergant almost 2 years ago
rapiclient - rapiclient 0.1.5
New features
- Maintainer change.
- R
Published by LiNk-NY almost 2 years ago
rapiclient - rapiclient 0.1.3
Second CRAN release with improvements contributed by
@mtmorgan (Martin Morgan), @LiNk-NY (Marcel Ramos) and @seandavi (Sean Davis)
- R
Published by bergant about 6 years ago