-
Notifications
You must be signed in to change notification settings - Fork 1
Api docs 1 #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Api docs 1 #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive API documentation for Collate's REST API and SDKs. It introduces a new "API Reference" tab with extensive documentation covering authentication, services, data assets, metadata operations, governance, and more.
Key changes:
- Adds complete API reference documentation structure with 40+ new documentation files
- Introduces React components for API documentation display (StripeAPIDoc, LanguageSelector, APICode)
- Adds CSS styling for SDK/API documentation pages
- Includes code examples in Python, Java, and HTTP/cURL formats
- Documents core concepts like pagination, error handling, lineage, and data quality
Reviewed changes
Copilot reviewed 69 out of 69 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| style.css | Added CSS styles for SDK/API documentation containers and code blocks |
| snippets/components/StripeAPIDoc/StripeAPIDoc.jsx | New component for Stripe-like API documentation layout |
| snippets/components/LanguageSelector/LanguageSelector.jsx | New component for language/SDK selection |
| snippets/components/APIReference/APICode.jsx | New component for API code examples |
| sdk/api.mdx | Main SDK & API landing page with quick start guide |
| docs.json | Added navigation structure for API Reference tab with 150+ new pages |
| api-reference/index.mdx | API reference introduction and quick start |
| api-reference/authentication.mdx | Authentication documentation |
| api-reference/errors.mdx | Comprehensive error handling guide |
| api-reference/pagination.mdx | Pagination implementation guide |
| api-reference/services/*.mdx | Documentation for database, dashboard, pipeline, and messaging services |
| api-reference/data-assets/*.mdx | Documentation for tables, schemas, topics, and other data assets |
| api-reference/metadata/*.mdx | Documentation for metadata operations (descriptions, owners, tags) |
| api-reference/lineage/index.mdx | Data lineage API documentation |
| api-reference/data-quality/*.mdx | Test suites and test cases documentation |
| api-reference/teams-users/index.mdx | Users, teams, and bots management |
| api-reference/search/index.mdx | Search API documentation |
| api-reference/ingestion/index.mdx | Ingestion pipeline management |
| api-reference/governance/index.mdx | Governance API overview |
The documentation is well-structured, comprehensive, and includes practical code examples across multiple programming languages. No critical issues were found during this review.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
No description provided.