Bridgedb
Connector for the bridgedb API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://webservice.bridgedb.org - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_organism_attributesearch_query— GET /{organism}/attributeSearch/{query} — Returns a list of xrefs and associated attributes that contain the query stringget_organism_attributeset— GET /{organism}/attributeSet — Returns the supported attributes to the given Organism.get_organism_attributes_systemcode_identifier— GET /{organism}/attributes/{systemCode}/{identifier} — Returns the attributes for a given identifier, data source, organism. Optionallyget_organism_isfreesearchsupported— GET /{organism}/isFreeSearchSupported — Returnstrueorfalsebased on whether or not /{organism}/search/{query} isget_organism_ismappingsupported_sourcesystemcode— GET /{organism}/isMappingSupported/{sourceSystemCode}/{targetSystemCode} — Returnstrueorfalsebased on whether or not /{organism}/xrefs/{systemCode}get_organism_properties— GET /{organism}/properties — Returns the list of properties available for a given organism
Inputs
apiKey— your bridgedb API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_organism_attributesearch_query
apiKey: <your key>