You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the API url might change but it needs to be hardcoded for now because it depends on the AnVIL package, which uses rapiclient. rapiclient uses Swagger 2.0 so I also have to convert the API yaml from OpenAPI 3.1 to Swagger 2.0. I'd like to do this in the future to give more freedom to the user when rapiclient can handle OpenAPI 3.1 and a conversion doesn't have to be performed because it's actually using the file in the inst path.
I may want to connect to an API at a different URL, for testing or development purposes for example.
Right now it seems to be harded coded to api.bedbase.org
Could the BEDbase() constructor allow a URL param?
The text was updated successfully, but these errors were encountered: