Wikipathways
Connector for the wikipathways API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://webservice.wikipathways.org - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_findinteractions— GET /findInteractions — findInteractionsFind interactions defined in WikiPathways pathways.get_findpathwaysbyliterature— GET /findPathwaysByLiterature — findPathwaysByLiteratureget_findpathwaysbytext— GET /findPathwaysByText — findPathwaysByTextget_findpathwaysbyxref— GET /findPathwaysByXref — findPathwaysByXrefget_getcoloredpathway— GET /getColoredPathway — getColoredPathwayGet a colored image version of the pathway.get_getcurationtaghistory— GET /getCurationTagHistory — getCurationTagHistory
Inputs
apiKey— your wikipathways 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_findinteractions
apiKey: <your key>