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'
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: