OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Use bearer token with {baseUrl}/info endpoint if a token exists. #252

Closed ablack3 closed 2 years ago

ablack3 commented 2 years ago

Fixes issue #251 by adding a bearer token to calls to the "info" endpoint if a bearer token exists.

azimov commented 2 years ago

Not sure why the github actions tests are failing as this change is very small.