OHDSI / ROhdsiWebApi

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

WebAPI URL format #110

Closed anthonysena closed 4 years ago

anthonysena commented 4 years ago

When attempting to use ROhdsiWebAPI with the endpoint: http://Ohdsicovid19us.us-east-1.elasticbeanstalk.com/WebAPI/ I receive the following error

Error in .checkBaseUrl(baseUrl) : 
  Base URL not valid, should be like http://server.org:80/WebAPI

It probably requires a small update the regex but will double check it and submit a PR.

anthonysena commented 4 years ago

Closing as this appears to be fixed on the develop branch