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
Is it possible for you to add a newline character at the end of https://api.bedbase.org/openapi.json? When I try to read it in R, I get a warning that it's incomplete:
lines <- readLines("https://api.bedbase.org/openapi.json")
Warning message:
In readLines("https://api.bedbase.org/openapi.json") :
incomplete final line found on 'https://api.bedbase.org/openapi.json'
The text was updated successfully, but these errors were encountered:
BEDbase API docs are automatically generated by FastAPI using the OpenAPI standard. Therefore, I would prefer not to modify the JSON file that was automatically created and validated by OpenAPI.
Let us know if it is really a problem, then we will try to solve it
Is it possible for you to add a newline character at the end of https://api.bedbase.org/openapi.json? When I try to read it in R, I get a warning that it's incomplete:
The text was updated successfully, but these errors were encountered: