{"id":27884576,"url":"https://github.com/adbertram/brickbuddy-api","last_synced_at":"2026-06-30T01:31:23.538Z","repository":{"id":290225612,"uuid":"973230091","full_name":"adbertram/BrickBuddy-API","owner":"adbertram","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-27T16:52:55.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T01:21:27.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adbertram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T14:46:53.000Z","updated_at":"2025-04-27T16:52:59.000Z","dependencies_parsed_at":"2025-04-27T17:37:35.370Z","dependency_job_id":"76f31100-f190-4668-a3ef-538c38704356","html_url":"https://github.com/adbertram/BrickBuddy-API","commit_stats":null,"previous_names":["adbertram/brickbuddy-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adbertram/BrickBuddy-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2FBrickBuddy-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2FBrickBuddy-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2FBrickBuddy-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2FBrickBuddy-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adbertram","download_url":"https://codeload.github.com/adbertram/BrickBuddy-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbertram%2FBrickBuddy-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34949234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T06:38:03.602Z","updated_at":"2026-06-30T01:31:23.482Z","avatar_url":"https://github.com/adbertram.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrickBuddy API Docs Demo\n\n\u003e **Demo project for the Pluralsight course _\"Creating Developer Documentation with GitHub Copilot\"_**\n\n---\n\n## Overview\n\nThis project demonstrates how to document and test a simple API using modern developer tools. It features a Node.js/Express backend and a React-based frontend for interactive API exploration. All data and endpoints are mock/demo only.\n\n---\n\n## Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Start the backend server\nnpm start\n```\n\nThe server will run on [http://localhost:5001](http://localhost:5001) by default.\n\n---\n\n## API Usage Example\n\n**Endpoint:**\n```\nGET /api/piece-destinations?lot_id=YOUR_LOT_ID\n```\n\n**Query Parameters:**\n- `lot_id` (required): The ID of the lot to fetch destinations for.\n\n**Sample Response:**\n```json\n{\n  \"set_destinations\": [\n    { \"name\": \"Demo Set 1\", \"number\": \"75300-1\", ... },\n    { \"name\": \"Demo Set 2\", \"number\": \"10281-1\", ... }\n  ],\n  \"part_destinations\": [\n    { \"recommended\": true, \"user_inventory_item_location_name\": \"Parts Drawer 5\", ... },\n    { \"recommended\": false, \"user_inventory_item_location_name\": \"Bulk Parts Tub\", ... }\n  ]\n}\n```\n\n## Notes\n\n- This project is for demonstration and educational purposes only. All data is mock data.\n- For OpenAPI integration, place your OpenAPI YAML files in an `openapi/` directory at the project root.\n\n---\n\n## License\n\nMIT ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbertram%2Fbrickbuddy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadbertram%2Fbrickbuddy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbertram%2Fbrickbuddy-api/lists"}