BridgeDb icon indicating copy to clipboard operation
BridgeDb copied to clipboard

webservice & TSV files

Open ariutta opened this issue 6 years ago • 0 comments

To use the webservice.bridgedb.org HTTP API, a client library needs copies of these files from the BridgeDb webservice JAR:

In the Swagger docs, there are currently no methods listed for accessing these files. Can we add the following methods?

  • http://webservice.bridgedb.org/organisms
  • http://webservice.bridgedb.org/datasources_headers
  • http://webservice.bridgedb.org/datasources

To make this work for pvjs, those methods must support CORS.

Also, we need a way to ensure the TSV files stay in sync with the deployed BridgeDb webservice JAR when we update it in the future. Is it possible/safe to directly expose the versions of those files in the JAR itself?

ariutta avatar Apr 18 '18 22:04 ariutta