rapiclient icon indicating copy to clipboard operation
rapiclient copied to clipboard

Dynamic Open API (Swagger) Client for R

Results 13 rapiclient issues
Sort by recently updated
recently updated
newest added

tried the package with the SEEK platform, and it is not working `get_api("https://www.fairdomhub.org")` > > Error in parse_con(txt, bigint_as_char) : > lexical error: invalid char in json text. >

The User-Agent defaults to libcurl if the user doesn't set it. I think it should default to this repo if not set, as I mentioned in [#17](https://github.com/bergant/rapiclient/issues/17#issuecomment-1193196626) Really glad to...

I am encountering an issue where scalar values in my request body are being wrapped in lists when using the `get_message_body()` function from the RAPIClient library. This behavior results in...