forked from Zorolefrerot/Isekai
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenapi.json
More file actions
1 lines (1 loc) · 1.04 KB
/
openapi.json
File metadata and controls
1 lines (1 loc) · 1.04 KB
1
{"openapi":"3.0.2","info":{"title":"GitHub Repositories Search API","description":"A plugin that allows the user to search for GitHub repositories using ChatGPT","version":"v0.0.1"},"paths":{"/search":{"get":{"operationId":"get_GetSearch","tags":["Search"],"summary":"Search repositories by a query parameter","parameters":[{"description":"The query to search for","required":true,"schema":{"type":"string","description":"The query to search for","default":"cloudflare workers"},"name":"q","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","properties":{"repos":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"itty-router-openapi"},"description":{"type":"string","example":"OpenAPI 3 schema generator and validator for Cloudflare Workers"},"stars":{"type":"string","example":"80"},"url":{"type":"string","example":"https://github.com/cloudflare/itty-router-openapi"}},"required":["name","description","stars","url"]}}},"required":["repos"]}}}}}}}}}