Osf
Connector for the osf API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.test.osf.io/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
base_read— GET / — Rootlogs_actions— GET /actions/ — Actionsaddons_list— GET /addons/ — List all addonscitations_styles_list— GET /citations/styles/ — List all citation stylescitations_styles_read— GET /citations/styles/{style_id}/ — Retrieve a citation stylecollections_list— GET /collections/ — List all Collections
Inputs
apiKey— your osf 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: base_read
apiKey: <your key>