Skip to content

Releases: bergant/rapiclient

rapiclient v0.1.8

30 Sep 16:57
Compare
Choose a tag to compare
rapiclient v0.1.8 Pre-release
Pre-release

User visible changes

  • When present, combine operation parameters and api path-level parameters,
    where the former take precedence (@almahmoud, #23)

Full Changelog: v0.1.7...v0.1.8

rapiclient v0.1.7

30 Sep 16:58
Compare
Choose a tag to compare
rapiclient v0.1.7 Pre-release
Pre-release

User visible changes

  • get_api now has an ext argument for API urls that are missing a file
    extension; this ensures that the file is properly parsed (@almahmoud, #26).

Bug fixes and minor improvements

  • config argument in get_api is passed along to the GET call for
    non-public APIs that require a token (@almahmoud, #26).
  • get_api handles both URLs and files (either json or yml)

Full Changelog: v0.1.6...v0.1.7

rapiclient 0.1.6

14 Aug 21:12
Compare
Choose a tag to compare

User visible changes

  • when functions that have signatures like fun(x, ..., .__body__ = list(y)),
    where x is a argument for the 'URL' of the RESTful interface, and y is 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 .body arguments (@mtmorgan)
  • when .body consists of 1 argument, it is represented as an unnamed set
    (@mtmorgan)
  • support argument names duplicated in .body (@mtmorgan)

Full Changelog: v0.1.5...v0.1.6

rapiclient 0.1.5

10 May 18:21
Compare
Choose a tag to compare

New features

  • Maintainer change.

rapiclient 0.1.4

10 May 18:22
1dbc162
Compare
Choose a tag to compare

Bug fixes and minor improvements

  • Resolve check NOTES (@LiNk-NY, #24)
  • Allow multiple httr::accept headers from op_def$produces (@almahmoud, #22)
  • Work with operation$parameters that have zero length (@seandavi, #20)

rapiclient 0.1.3

17 Jan 14:11
5891995
Compare
Choose a tag to compare

Second CRAN release with improvements contributed by

@mtmorgan (Martin Morgan),
@LiNk-NY (Marcel Ramos) and
@seandavi (Sean Davis)

rapiclient 0.1.2

14 Feb 13:38
Compare
Choose a tag to compare

First CRAN release