{"id":23379075,"url":"https://github.com/colevoss/project-service","last_synced_at":"2025-11-06T10:02:59.330Z","repository":{"id":149223748,"uuid":"108195188","full_name":"colevoss/project-service","owner":"colevoss","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-28T02:58:55.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-06T10:02:00.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/colevoss.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}},"created_at":"2017-10-24T23:30:49.000Z","updated_at":"2017-10-24T23:31:23.000Z","dependencies_parsed_at":"2023-05-23T13:45:45.751Z","dependency_job_id":null,"html_url":"https://github.com/colevoss/project-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colevoss/project-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colevoss%2Fproject-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colevoss%2Fproject-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colevoss%2Fproject-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colevoss%2Fproject-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colevoss","download_url":"https://codeload.github.com/colevoss/project-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colevoss%2Fproject-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282986407,"owners_count":26760033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"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":"2024-12-21T19:16:33.580Z","updated_at":"2025-11-06T10:02:59.318Z","avatar_url":"https://github.com/colevoss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Service\n\nThis is the project microservice for the Adio project. It is reponisbile for creating, reading, and updating projets.\n\n## Types\n### Project\n**_id**: `string` Unique ID of a project. \n\n**name**: `string` Name of the project\n\n**groupId**: `string` Unique ID of the group that this project belongs to.\n\n### ProjectInput\n**name**: Name of the new project\n\n**groupId**: Unique ID of the group that the project belongs to.\n\n\n## Endpoints\n\n### Get Projects\n##### Endpoint:\n**GET** `/projects?ids=[id,id,id]`\n\n##### Returns:\n`Array\u003cProject\u003e`\n\nUsed for fetching multiple projects by ids. You must include the `ids` query param as a comma separated list of project ids.\n\n### Get Project\n##### Endpoint:\n**GET** `/projects/{id}`\n\n##### Returns:\n`Project`\n\nUsed For fetching one project by id.\n\n### Create Project\n##### Endpoint:\n**POST** `/projects`\n\n##### Params:\n`ProjectInput`\n\n##### Returns:\n`Project`\n\n### Set Group\n##### Endpoint\n**PUT** `projects/{id}/group`\n\n##### Params:\n```javascript\n{ groupId: string }\n```\n\n##### Returns:\n`Project`\n\nSets the projects group to the provided group id","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolevoss%2Fproject-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolevoss%2Fproject-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolevoss%2Fproject-service/lists"}