Skip to content
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

API: Fetch one component #32

Open
noahk004 opened this issue Jan 13, 2025 · 0 comments
Open

API: Fetch one component #32

noahk004 opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
priority: high Feature required for MVP

Comments

@noahk004
Copy link
Owner

GET /api/components/:id

Retrieve component by its id.
Optional query parameters: search, type, tags

{
  “id”,
  “title”,
  “description”,
  “type”,
  “author”,
  “num_likes”,
  “num_downloads”,
  “tags”,
  “code_content_link”,
  “is_private”,
  “created_at”,
  “updated_at”,
},
@noahk004 noahk004 added priority: high Feature required for MVP and removed priority: high Feature required for MVP labels Jan 13, 2025
@noahk004 noahk004 self-assigned this Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high Feature required for MVP
Projects
None yet
Development

No branches or pull requests

1 participant