chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:04:05 +08:00
commit 54d5556870
373 changed files with 47482 additions and 0 deletions
@@ -0,0 +1,5 @@
---
title: "Get parse status"
description: "Returns the status of all active and queued parse jobs"
openapi: "openapi-enterprise.json GET /parse-status"
---
@@ -0,0 +1,5 @@
---
title: "Import a library bundle"
description: "Import pre-parsed libraries into an airgapped on-premise install, as a JSON body or a Context7 Cloud export file"
openapi: "openapi-enterprise.json POST /import-libraries"
---
@@ -0,0 +1,5 @@
---
title: "Parse a Git repository"
description: "Queue a GitHub or GitLab repository for parsing and indexing"
openapi: "openapi-enterprise.json POST /parse"
---
@@ -0,0 +1,5 @@
---
title: "Parse a website"
description: "Crawl and index a public website starting from the given URL"
openapi: "openapi-enterprise.json POST /parse-website"
---
@@ -0,0 +1,5 @@
---
title: "Parse an OpenAPI spec by URL"
description: "Queue a remote OpenAPI specification (JSON or YAML) for parsing and indexing"
openapi: "openapi-enterprise.json POST /parse-openapi"
---
@@ -0,0 +1,5 @@
---
title: "Refresh a library"
description: "Re-parse an existing library using its stored settings"
openapi: "openapi-enterprise.json POST /projects/{projectId}/refresh"
---
@@ -0,0 +1,5 @@
---
title: "Upload an OpenAPI spec file"
description: "Upload an OpenAPI specification file directly for parsing and indexing"
openapi: "openapi-enterprise.json POST /parse-openapi-upload"
---