Hackathonwatch
Connector for the hackathonwatch API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://www.hackathonwatch.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_hackathons_coming_format— GET /hackathons/coming.json — Return a list of coming hackathonsget_hackathons_id_format— GET /hackathons/{id}.json — Return the detail of a given hackathonget_swagger_doc_format— GET /swagger_doc.json — Swagger compatible API descriptionget_swagger_doc_name_format— GET /swagger_doc/{name}.json — Swagger compatible API description for specific API
Inputs
apiKey— your hackathonwatch 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_hackathons_coming_format
apiKey: <your key>